Class: Aws::PinpointSMSVoiceV2::Types::DescribeConfigurationSetsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DescribeConfigurationSetsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_sets ⇒ Array<Types::ConfigurationSetInformation>
An array of ConfigurationSets objects.
-
#next_token ⇒ String
The token to be used for the next set of paginated results.
Instance Attribute Details
#configuration_sets ⇒ Array<Types::ConfigurationSetInformation>
An array of ConfigurationSets objects.
2225 2226 2227 2228 2229 2230 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2225 class DescribeConfigurationSetsResult < Struct.new( :configuration_sets, :next_token) SENSITIVE = [] include Aws::Structure end |
#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.
2225 2226 2227 2228 2229 2230 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2225 class DescribeConfigurationSetsResult < Struct.new( :configuration_sets, :next_token) SENSITIVE = [] include Aws::Structure end |