Class: Aws::Types::ListPoolOriginationIdentitiesResult
- Inherits:
-
Object
- Object
- Aws::Types::ListPoolOriginationIdentitiesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#origination_identities ⇒ ::Array[Types::OriginationIdentityMetadata]
Returns the value of attribute origination_identities.
-
#pool_arn ⇒ ::String
Returns the value of attribute pool_arn.
-
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def next_token @next_token end |
#origination_identities ⇒ ::Array[Types::OriginationIdentityMetadata]
Returns the value of attribute origination_identities.
1182 1183 1184 |
# File 'sig/types.rbs', line 1182 def origination_identities @origination_identities end |
#pool_arn ⇒ ::String
Returns the value of attribute pool_arn.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def pool_arn @pool_arn end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
1181 1182 1183 |
# File 'sig/types.rbs', line 1181 def pool_id @pool_id end |