Class: Aws::Kafka::Types::ListConfigurationRevisionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ListConfigurationRevisionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Information about revisions of an MSK configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Paginated results marker.
-
#revisions ⇒ Array<Types::ConfigurationRevision>
List of ConfigurationRevision objects.
Instance Attribute Details
#next_token ⇒ String
Paginated results marker.
4009 4010 4011 4012 4013 4014 |
# File 'lib/aws-sdk-kafka/types.rb', line 4009 class ListConfigurationRevisionsResponse < Struct.new( :next_token, :revisions) SENSITIVE = [] include Aws::Structure end |
#revisions ⇒ Array<Types::ConfigurationRevision>
List of ConfigurationRevision objects.
4009 4010 4011 4012 4013 4014 |
# File 'lib/aws-sdk-kafka/types.rb', line 4009 class ListConfigurationRevisionsResponse < Struct.new( :next_token, :revisions) SENSITIVE = [] include Aws::Structure end |