Class: Aws::PinpointSMSVoiceV2::Types::DescribeConfigurationSetsResult

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

#configuration_setsArray<Types::ConfigurationSetInformation>

An array of ConfigurationSets objects.



2061
2062
2063
2064
2065
2066
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2061

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

#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)


2061
2062
2063
2064
2065
2066
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2061

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