Class: Aws::Kafka::Types::ConfigurationRevision
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ConfigurationRevision
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Describes a configuration revision.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The time when the configuration revision was created.
-
#description ⇒ String
The description of the configuration revision.
-
#revision ⇒ Integer
The revision number.
Instance Attribute Details
#creation_time ⇒ Time
The time when the configuration revision was created.
847 848 849 850 851 852 853 |
# File 'lib/aws-sdk-kafka/types.rb', line 847 class ConfigurationRevision < Struct.new( :creation_time, :description, :revision) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the configuration revision.
847 848 849 850 851 852 853 |
# File 'lib/aws-sdk-kafka/types.rb', line 847 class ConfigurationRevision < Struct.new( :creation_time, :description, :revision) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ Integer
The revision number.
847 848 849 850 851 852 853 |
# File 'lib/aws-sdk-kafka/types.rb', line 847 class ConfigurationRevision < Struct.new( :creation_time, :description, :revision) SENSITIVE = [] include Aws::Structure end |