Struct rusoto_cognito_idp::SmsConfigurationType [] [src]

pub struct SmsConfigurationType {
    pub external_id: Option<String>,
    pub sns_caller_arn: String,
}

The SMS configuration type.

Fields

The external ID.

The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) caller.

Trait Implementations

impl Default for SmsConfigurationType
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for SmsConfigurationType
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SmsConfigurationType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations