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.
1602 1603 1604 1605 1606 1607 1608 1609 1610 |
# File 'lib/aws-sdk-kafka/types.rb', line 1602 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.
1602 1603 1604 1605 1606 1607 1608 1609 1610 |
# File 'lib/aws-sdk-kafka/types.rb', line 1602 class DescribeConfigurationRevisionResponse < Struct.new( :arn, :creation_time, :description, :revision, :server_properties) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the configuration.
1602 1603 1604 1605 1606 1607 1608 1609 1610 |
# File 'lib/aws-sdk-kafka/types.rb', line 1602 class DescribeConfigurationRevisionResponse < Struct.new( :arn, :creation_time, :description, :revision, :server_properties) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ Integer
The revision number.
1602 1603 1604 1605 1606 1607 1608 1609 1610 |
# File 'lib/aws-sdk-kafka/types.rb', line 1602 class DescribeConfigurationRevisionResponse < Struct.new( :arn, :creation_time, :description, :revision, :server_properties) SENSITIVE = [] include Aws::Structure end |
#server_properties ⇒ String
1602 1603 1604 1605 1606 1607 1608 1609 1610 |
# File 'lib/aws-sdk-kafka/types.rb', line 1602 class DescribeConfigurationRevisionResponse < Struct.new( :arn, :creation_time, :description, :revision, :server_properties) SENSITIVE = [] include Aws::Structure end |