Class: Aws::PinpointSMSVoiceV2::Types::DescribePoolsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DescribePoolsResult
- Includes:
- Structure
- Defined in:
- 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.
-
#pools ⇒ Array<Types::PoolInformation>
An array of PoolInformation objects that contain the details for the requested pools.
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.
2537 2538 2539 2540 2541 2542 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2537 class DescribePoolsResult < Struct.new( :pools, :next_token) SENSITIVE = [] include Aws::Structure end |
#pools ⇒ Array<Types::PoolInformation>
An array of PoolInformation objects that contain the details for the requested pools.
2537 2538 2539 2540 2541 2542 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2537 class DescribePoolsResult < Struct.new( :pools, :next_token) SENSITIVE = [] include Aws::Structure end |