Module: Aws::Kafka::Client::_DescribeConfigurationRevisionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeConfigurationRevisionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #revision ⇒ ::Integer
- #server_properties ⇒ ::String
Instance Method Details
#arn ⇒ ::String
562 |
# File 'sig/client.rbs', line 562
def arn: () -> ::String
|
#creation_time ⇒ ::Time
563 |
# File 'sig/client.rbs', line 563
def creation_time: () -> ::Time
|
#description ⇒ ::String
564 |
# File 'sig/client.rbs', line 564
def description: () -> ::String
|
#revision ⇒ ::Integer
565 |
# File 'sig/client.rbs', line 565
def revision: () -> ::Integer
|
#server_properties ⇒ ::String
566 |
# File 'sig/client.rbs', line 566
def server_properties: () -> ::String
|