Struct cfn::aws::cognito::IdentityPoolRoleAttachment [] [src]

pub struct IdentityPoolRoleAttachment { /* fields omitted */ }

Trait Implementations

impl Debug for IdentityPoolRoleAttachment
[src]

[src]

Formats the value using the given formatter. Read more

impl Resource for IdentityPoolRoleAttachment
[src]

Type that represents the set of properties the resource can be configured with.

TYPE: &'static str = "AWS::Cognito::IdentityPoolRoleAttachment"

Uniquely identifies the resource type.

[src]

Get a reference to the properties on the resource.

[src]

Get a mutable reference to the properties on the resource.

impl From<IdentityPoolRoleAttachmentProperties> for IdentityPoolRoleAttachment
[src]

[src]

Performs the conversion.

Auto Trait Implementations