Module: Aws::AppConfig::Client::_GetHostedConfigurationVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::HostedConfigurationVersion]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_id ⇒ ::String
- #configuration_profile_id ⇒ ::String
- #content ⇒ ::String
- #content_type ⇒ ::String
- #description ⇒ ::String
- #kms_key_arn ⇒ ::String
- #version_label ⇒ ::String
- #version_number ⇒ ::Integer
Instance Method Details
#application_id ⇒ ::String
550 |
# File 'sig/client.rbs', line 550
def application_id: () -> ::String
|
#configuration_profile_id ⇒ ::String
551 |
# File 'sig/client.rbs', line 551
def configuration_profile_id: () -> ::String
|
#content ⇒ ::String
554 |
# File 'sig/client.rbs', line 554
def content: () -> ::String
|
#content_type ⇒ ::String
555 |
# File 'sig/client.rbs', line 555
def content_type: () -> ::String
|
#description ⇒ ::String
553 |
# File 'sig/client.rbs', line 553
def description: () -> ::String
|
#kms_key_arn ⇒ ::String
557 |
# File 'sig/client.rbs', line 557
def kms_key_arn: () -> ::String
|
#version_label ⇒ ::String
556 |
# File 'sig/client.rbs', line 556
def version_label: () -> ::String
|
#version_number ⇒ ::Integer
552 |
# File 'sig/client.rbs', line 552
def version_number: () -> ::Integer
|