Class: Aws::PinpointSMSVoiceV2::Types::DescribePoolsResult

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)


1440
1441
1442
1443
1444
1445
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1440

class DescribePoolsResult < Struct.new(
  :pools,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#poolsArray<Types::PoolInformation>

An array of PoolInformation objects that contain the details for the requested pools.

Returns:



1440
1441
1442
1443
1444
1445
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1440

class DescribePoolsResult < Struct.new(
  :pools,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end