Class: Aws::MQ::Types::ListConfigurationRevisionsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_idString

Returns:



2325
2326
2327
2328
2329
2330
2331
2332
# File 'lib/aws-sdk-mq/types.rb', line 2325

class ListConfigurationRevisionsResponse < Struct.new(
  :configuration_id,
  :max_results,
  :next_token,
  :revisions)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Returns:



2325
2326
2327
2328
2329
2330
2331
2332
# File 'lib/aws-sdk-mq/types.rb', line 2325

class ListConfigurationRevisionsResponse < Struct.new(
  :configuration_id,
  :max_results,
  :next_token,
  :revisions)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Returns:



2325
2326
2327
2328
2329
2330
2331
2332
# File 'lib/aws-sdk-mq/types.rb', line 2325

class ListConfigurationRevisionsResponse < Struct.new(
  :configuration_id,
  :max_results,
  :next_token,
  :revisions)
  SENSITIVE = []
  include Aws::Structure
end

#revisionsArray<Types::ConfigurationRevision>

Returns:



2325
2326
2327
2328
2329
2330
2331
2332
# File 'lib/aws-sdk-mq/types.rb', line 2325

class ListConfigurationRevisionsResponse < Struct.new(
  :configuration_id,
  :max_results,
  :next_token,
  :revisions)
  SENSITIVE = []
  include Aws::Structure
end