Class: Aws::MQ::Types::ListConfigurationRevisionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::ListConfigurationRevisionsResponse
- Defined in:
- gems/aws-sdk-mq/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
2216 2217 2218 2219 2220 2221 2222 2223 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2216 class ListConfigurationRevisionsResponse < Struct.new( :configuration_id, :max_results, :next_token, :revisions) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
2216 2217 2218 2219 2220 2221 2222 2223 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2216 class ListConfigurationRevisionsResponse < Struct.new( :configuration_id, :max_results, :next_token, :revisions) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
2216 2217 2218 2219 2220 2221 2222 2223 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2216 class ListConfigurationRevisionsResponse < Struct.new( :configuration_id, :max_results, :next_token, :revisions) SENSITIVE = [] include Aws::Structure end |
#revisions ⇒ Array<Types::ConfigurationRevision>
2216 2217 2218 2219 2220 2221 2222 2223 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2216 class ListConfigurationRevisionsResponse < Struct.new( :configuration_id, :max_results, :next_token, :revisions) SENSITIVE = [] include Aws::Structure end |