#[non_exhaustive]pub struct GetResourcePolicyOutput { /* private fields */ }Implementations§
source§impl GetResourcePolicyOutput
impl GetResourcePolicyOutput
sourcepub fn policy_document(&self) -> Option<&str>
pub fn policy_document(&self) -> Option<&str>
The resource policy document.
source§impl GetResourcePolicyOutput
impl GetResourcePolicyOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetResourcePolicyOutput.
Trait Implementations§
source§impl Clone for GetResourcePolicyOutput
impl Clone for GetResourcePolicyOutput
source§fn clone(&self) -> GetResourcePolicyOutput
fn clone(&self) -> GetResourcePolicyOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more