Struct aws_sdk_appsync::model::AwsIamConfig
source · #[non_exhaustive]pub struct AwsIamConfig { /* private fields */ }
Expand description
The Identity and Access Management (IAM) configuration.
Implementations§
source§impl AwsIamConfig
impl AwsIamConfig
sourcepub fn signing_region(&self) -> Option<&str>
pub fn signing_region(&self) -> Option<&str>
The signing Amazon Web Services Region for IAM authorization.
sourcepub fn signing_service_name(&self) -> Option<&str>
pub fn signing_service_name(&self) -> Option<&str>
The signing service name for IAM authorization.
source§impl AwsIamConfig
impl AwsIamConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsIamConfig
.
Trait Implementations§
source§impl Clone for AwsIamConfig
impl Clone for AwsIamConfig
source§fn clone(&self) -> AwsIamConfig
fn clone(&self) -> AwsIamConfig
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 AwsIamConfig
impl Debug for AwsIamConfig
source§impl PartialEq<AwsIamConfig> for AwsIamConfig
impl PartialEq<AwsIamConfig> for AwsIamConfig
source§fn eq(&self, other: &AwsIamConfig) -> bool
fn eq(&self, other: &AwsIamConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.