Class: Aws::Types::DisassociateOriginationIdentityRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateOriginationIdentityRequest
- 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.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def client_token @client_token end |
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def iso_country_code @iso_country_code end |
#origination_identity ⇒ ::String
Returns the value of attribute origination_identity.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def origination_identity @origination_identity end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def pool_id @pool_id end |