Class: Aws::PinpointSMSVoice::Types::ListConfigurationSetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoice::Types::ListConfigurationSetsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoice/types.rb
Overview
An object that contains information about the configuration sets for your account in the current region.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_sets ⇒ Array<String>
An object that contains a list of configuration sets for your account in the current region.
-
#next_token ⇒ String
A token returned from a previous call to ListConfigurationSets to indicate the position in the list of configuration sets.
Instance Attribute Details
#configuration_sets ⇒ Array<String>
An object that contains a list of configuration sets for your account in the current region.
363 364 365 366 367 368 |
# File 'lib/aws-sdk-pinpointsmsvoice/types.rb', line 363 class ListConfigurationSetsResponse < Struct.new( :configuration_sets, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token returned from a previous call to ListConfigurationSets to indicate the position in the list of configuration sets.
363 364 365 366 367 368 |
# File 'lib/aws-sdk-pinpointsmsvoice/types.rb', line 363 class ListConfigurationSetsResponse < Struct.new( :configuration_sets, :next_token) SENSITIVE = [] include Aws::Structure end |