Class: Aws::PinpointSMSVoiceV2::Types::ListPoolOriginationIdentitiesResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to be used for the next set of paginated results. If this field is empty then there are no more results.

Returns:

  • (String)


3337
3338
3339
3340
3341
3342
3343
3344
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3337

class ListPoolOriginationIdentitiesResult < Struct.new(
  :pool_arn,
  :pool_id,
  :origination_identities,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#origination_identitiesArray<Types::OriginationIdentityMetadata>

An array of any OriginationIdentityMetadata objects.



3337
3338
3339
3340
3341
3342
3343
3344
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3337

class ListPoolOriginationIdentitiesResult < Struct.new(
  :pool_arn,
  :pool_id,
  :origination_identities,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#pool_arnString

The Amazon Resource Name (ARN) for the pool.

Returns:

  • (String)


3337
3338
3339
3340
3341
3342
3343
3344
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3337

class ListPoolOriginationIdentitiesResult < Struct.new(
  :pool_arn,
  :pool_id,
  :origination_identities,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#pool_idString

The unique PoolId of the pool.

Returns:

  • (String)


3337
3338
3339
3340
3341
3342
3343
3344
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3337

class ListPoolOriginationIdentitiesResult < Struct.new(
  :pool_arn,
  :pool_id,
  :origination_identities,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end