Class: Aws::Types::DisassociateOriginationIdentityResult
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateOriginationIdentityResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
-
#origination_identity ⇒ ::String
Returns the value of attribute origination_identity.
-
#origination_identity_arn ⇒ ::String
Returns the value of attribute origination_identity_arn.
-
#pool_arn ⇒ ::String
Returns the value of attribute pool_arn.
-
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
Instance Attribute Details
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def iso_country_code @iso_country_code end |
#origination_identity ⇒ ::String
Returns the value of attribute origination_identity.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def origination_identity @origination_identity end |
#origination_identity_arn ⇒ ::String
Returns the value of attribute origination_identity_arn.
1054 1055 1056 |
# File 'sig/types.rbs', line 1054 def origination_identity_arn @origination_identity_arn end |
#pool_arn ⇒ ::String
Returns the value of attribute pool_arn.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def pool_arn @pool_arn end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def pool_id @pool_id end |