Class: Aws::Types::AssociateOriginationIdentityRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateOriginationIdentityRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
-
#origination_identity ⇒ ::String
Returns the value of attribute origination_identity.
-
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
34 35 36 |
# File 'sig/types.rbs', line 34 def client_token @client_token end |
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
33 34 35 |
# File 'sig/types.rbs', line 33 def iso_country_code @iso_country_code end |
#origination_identity ⇒ ::String
Returns the value of attribute origination_identity.
32 33 34 |
# File 'sig/types.rbs', line 32 def origination_identity @origination_identity end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
31 32 33 |
# File 'sig/types.rbs', line 31 def pool_id @pool_id end |