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.
1200 1201 1202 |
# File 'sig/types.rbs', line 1200 def next_token @next_token end |
#origination_identities ⇒ ::Array[Types::OriginationIdentityMetadata]
Returns the value of attribute origination_identities.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def origination_identities @origination_identities end |
#pool_arn ⇒ ::String
Returns the value of attribute pool_arn.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def pool_arn @pool_arn end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
1198 1199 1200 |
# File 'sig/types.rbs', line 1198 def pool_id @pool_id end |