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
414 |
# File 'sig/client.rbs', line 414
def arn: () -> ::String
|
#creation_time ⇒ ::Time
415 |
# File 'sig/client.rbs', line 415
def creation_time: () -> ::Time
|
#description ⇒ ::String
416 |
# File 'sig/client.rbs', line 416
def description: () -> ::String
|
#revision ⇒ ::Integer
417 |
# File 'sig/client.rbs', line 417
def revision: () -> ::Integer
|
#server_properties ⇒ ::String
418 |
# File 'sig/client.rbs', line 418
def server_properties: () -> ::String
|