Class: Aws::MQ::Types::ListConfigurationRevisionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::ListConfigurationRevisionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mq/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #configuration_id ⇒ String
- #max_results ⇒ Integer
- #next_token ⇒ String
- #revisions ⇒ Array<Types::ConfigurationRevision>
Instance Attribute Details
#configuration_id ⇒ String
2180 2181 2182 2183 2184 2185 2186 2187 |
# File 'lib/aws-sdk-mq/types.rb', line 2180 class ListConfigurationRevisionsResponse < Struct.new( :configuration_id, :max_results, :next_token, :revisions) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
2180 2181 2182 2183 2184 2185 2186 2187 |
# File 'lib/aws-sdk-mq/types.rb', line 2180 class ListConfigurationRevisionsResponse < Struct.new( :configuration_id, :max_results, :next_token, :revisions) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
2180 2181 2182 2183 2184 2185 2186 2187 |
# File 'lib/aws-sdk-mq/types.rb', line 2180 class ListConfigurationRevisionsResponse < Struct.new( :configuration_id, :max_results, :next_token, :revisions) SENSITIVE = [] include Aws::Structure end |
#revisions ⇒ Array<Types::ConfigurationRevision>
2180 2181 2182 2183 2184 2185 2186 2187 |
# File 'lib/aws-sdk-mq/types.rb', line 2180 class ListConfigurationRevisionsResponse < Struct.new( :configuration_id, :max_results, :next_token, :revisions) SENSITIVE = [] include Aws::Structure end |