Class: Aws::PinpointSMSVoiceV2::Types::ListPoolOriginationIdentitiesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::ListPoolOriginationIdentitiesResult
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to be used for the next set of paginated results.
-
#origination_identities ⇒ Array<Types::OriginationIdentityMetadata>
An array of any OriginationIdentityMetadata objects.
-
#pool_arn ⇒ String
The Amazon Resource Name (ARN) for the pool.
-
#pool_id ⇒ String
The unique PoolId of the pool.
Instance Attribute Details
#next_token ⇒ String
The token to be used for the next set of paginated results. If this field is empty then there are no more results.
3512 3513 3514 3515 3516 3517 3518 3519 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3512 class ListPoolOriginationIdentitiesResult < Struct.new( :pool_arn, :pool_id, :origination_identities, :next_token) SENSITIVE = [] include Aws::Structure end |
#origination_identities ⇒ Array<Types::OriginationIdentityMetadata>
An array of any OriginationIdentityMetadata objects.
3512 3513 3514 3515 3516 3517 3518 3519 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3512 class ListPoolOriginationIdentitiesResult < Struct.new( :pool_arn, :pool_id, :origination_identities, :next_token) SENSITIVE = [] include Aws::Structure end |
#pool_arn ⇒ String
The Amazon Resource Name (ARN) for the pool.
3512 3513 3514 3515 3516 3517 3518 3519 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3512 class ListPoolOriginationIdentitiesResult < Struct.new( :pool_arn, :pool_id, :origination_identities, :next_token) SENSITIVE = [] include Aws::Structure end |
#pool_id ⇒ String
The unique PoolId of the pool.
3512 3513 3514 3515 3516 3517 3518 3519 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3512 class ListPoolOriginationIdentitiesResult < Struct.new( :pool_arn, :pool_id, :origination_identities, :next_token) SENSITIVE = [] include Aws::Structure end |