Class: Aws::Types::CreatePoolRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePoolRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
-
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
-
#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
Returns the value of attribute message_type.
-
#origination_identity ⇒ ::String
Returns the value of attribute origination_identity.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
238 239 240 |
# File 'sig/types.rbs', line 238 def client_token @client_token end |
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
236 237 238 |
# File 'sig/types.rbs', line 236 def deletion_protection_enabled @deletion_protection_enabled end |
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
234 235 236 |
# File 'sig/types.rbs', line 234 def iso_country_code @iso_country_code end |
#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
Returns the value of attribute message_type.
235 236 237 |
# File 'sig/types.rbs', line 235 def @message_type end |
#origination_identity ⇒ ::String
Returns the value of attribute origination_identity.
233 234 235 |
# File 'sig/types.rbs', line 233 def origination_identity @origination_identity end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
237 238 239 |
# File 'sig/types.rbs', line 237 def @tags end |