Class: Aws::Types::AssociateOriginationIdentityResult
- Inherits:
-
Object
- Object
- Aws::Types::AssociateOriginationIdentityResult
- 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.
43 44 45 |
# File 'sig/types.rbs', line 43 def iso_country_code @iso_country_code end |
#origination_identity ⇒ ::String
Returns the value of attribute origination_identity.
42 43 44 |
# File 'sig/types.rbs', line 42 def origination_identity @origination_identity end |
#origination_identity_arn ⇒ ::String
Returns the value of attribute origination_identity_arn.
41 42 43 |
# File 'sig/types.rbs', line 41 def origination_identity_arn @origination_identity_arn end |
#pool_arn ⇒ ::String
Returns the value of attribute pool_arn.
39 40 41 |
# File 'sig/types.rbs', line 39 def pool_arn @pool_arn end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
40 41 42 |
# File 'sig/types.rbs', line 40 def pool_id @pool_id end |