Class: Aws::Kafka::Types::DescribeConfigurationRevisionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::DescribeConfigurationRevisionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Response body for DescribeConfigurationRevision.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the configuration.
-
#creation_time ⇒ Time
The time when the configuration was created.
-
#description ⇒ String
The description of the configuration.
-
#revision ⇒ Integer
The revision number.
- #server_properties ⇒ String
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the configuration.
1757 1758 1759 1760 1761 1762 1763 1764 1765 |
# File 'lib/aws-sdk-kafka/types.rb', line 1757 class DescribeConfigurationRevisionResponse < Struct.new( :arn, :creation_time, :description, :revision, :server_properties) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time when the configuration was created.
1757 1758 1759 1760 1761 1762 1763 1764 1765 |
# File 'lib/aws-sdk-kafka/types.rb', line 1757 class DescribeConfigurationRevisionResponse < Struct.new( :arn, :creation_time, :description, :revision, :server_properties) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the configuration.
1757 1758 1759 1760 1761 1762 1763 1764 1765 |
# File 'lib/aws-sdk-kafka/types.rb', line 1757 class DescribeConfigurationRevisionResponse < Struct.new( :arn, :creation_time, :description, :revision, :server_properties) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ Integer
The revision number.
1757 1758 1759 1760 1761 1762 1763 1764 1765 |
# File 'lib/aws-sdk-kafka/types.rb', line 1757 class DescribeConfigurationRevisionResponse < Struct.new( :arn, :creation_time, :description, :revision, :server_properties) SENSITIVE = [] include Aws::Structure end |
#server_properties ⇒ String
1757 1758 1759 1760 1761 1762 1763 1764 1765 |
# File 'lib/aws-sdk-kafka/types.rb', line 1757 class DescribeConfigurationRevisionResponse < Struct.new( :arn, :creation_time, :description, :revision, :server_properties) SENSITIVE = [] include Aws::Structure end |