Struct aws_sdk_glue::model::GluePolicy
source · #[non_exhaustive]pub struct GluePolicy { /* private fields */ }Expand description
A structure for returning a resource policy.
Implementations§
source§impl GluePolicy
impl GluePolicy
sourcepub fn policy_in_json(&self) -> Option<&str>
pub fn policy_in_json(&self) -> Option<&str>
Contains the requested policy document, in JSON format.
sourcepub fn policy_hash(&self) -> Option<&str>
pub fn policy_hash(&self) -> Option<&str>
Contains the hash value associated with this policy.
sourcepub fn create_time(&self) -> Option<&DateTime>
pub fn create_time(&self) -> Option<&DateTime>
The date and time at which the policy was created.
sourcepub fn update_time(&self) -> Option<&DateTime>
pub fn update_time(&self) -> Option<&DateTime>
The date and time at which the policy was last updated.
source§impl GluePolicy
impl GluePolicy
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GluePolicy.
Trait Implementations§
source§impl Clone for GluePolicy
impl Clone for GluePolicy
source§fn clone(&self) -> GluePolicy
fn clone(&self) -> GluePolicy
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 moresource§impl Debug for GluePolicy
impl Debug for GluePolicy
source§impl PartialEq<GluePolicy> for GluePolicy
impl PartialEq<GluePolicy> for GluePolicy
source§fn eq(&self, other: &GluePolicy) -> bool
fn eq(&self, other: &GluePolicy) -> bool
This method tests for
self and other values to be equal, and is used
by ==.