Class: Aws::MQ::Types::ListConfigurationsResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#configurationsArray<Types::Configuration>

Returns:



1456
1457
1458
1459
1460
1461
# File 'lib/aws-sdk-mq/types.rb', line 1456

class ListConfigurationsResponse < Struct.new(
  :configurations,
  :max_results,
  :next_token)
  include Aws::Structure
end

#max_resultsInteger

Returns:

  • (Integer)


1456
1457
1458
1459
1460
1461
# File 'lib/aws-sdk-mq/types.rb', line 1456

class ListConfigurationsResponse < Struct.new(
  :configurations,
  :max_results,
  :next_token)
  include Aws::Structure
end

#next_tokenString

Returns:

  • (String)


1456
1457
1458
1459
1460
1461
# File 'lib/aws-sdk-mq/types.rb', line 1456

class ListConfigurationsResponse < Struct.new(
  :configurations,
  :max_results,
  :next_token)
  include Aws::Structure
end