Class: Aws::PinpointSMSVoice::Types::ListConfigurationSetsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointsmsvoice/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

Instance Attribute Details

#configuration_setsArray<String>

An object that contains a list of configuration sets for your account in the current region.

Returns:

  • (Array<String>)


363
364
365
366
367
368
# File 'gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/types.rb', line 363

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

#next_tokenString

A token returned from a previous call to ListConfigurationSets to indicate the position in the list of configuration sets.

Returns:

  • (String)


363
364
365
366
367
368
# File 'gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/types.rb', line 363

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