Class: Aws::PinpointSMSVoiceV2::Types::DescribeConfigurationSetsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set_namesArray<String>

An array of strings. Each element can be either a ConfigurationSetName or ConfigurationSetArn.

Returns:

  • (Array<String>)


2205
2206
2207
2208
2209
2210
2211
2212
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2205

class DescribeConfigurationSetsRequest < Struct.new(
  :configuration_set_names,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#filtersArray<Types::ConfigurationSetFilter>

An array of filters to apply to the results that are returned.

Returns:



2205
2206
2207
2208
2209
2210
2211
2212
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2205

class DescribeConfigurationSetsRequest < Struct.new(
  :configuration_set_names,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return per each request.

Returns:

  • (Integer)


2205
2206
2207
2208
2209
2210
2211
2212
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2205

class DescribeConfigurationSetsRequest < Struct.new(
  :configuration_set_names,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to be used for the next set of paginated results. You don’t need to supply a value for this field in the initial request.

Returns:

  • (String)


2205
2206
2207
2208
2209
2210
2211
2212
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2205

class DescribeConfigurationSetsRequest < Struct.new(
  :configuration_set_names,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end