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.
2891 2892 2893 2894 2895 2896 |
# File 'lib/aws-sdk-kafka/types.rb', line 2891 class ListConfigurationRevisionsResponse < Struct.new( :next_token, :revisions) SENSITIVE = [] include Aws::Structure end |
#revisions ⇒ Array<Types::ConfigurationRevision>
List of ConfigurationRevision objects.
2891 2892 2893 2894 2895 2896 |
# File 'lib/aws-sdk-kafka/types.rb', line 2891 class ListConfigurationRevisionsResponse < Struct.new( :next_token, :revisions) SENSITIVE = [] include Aws::Structure end |