Module: Aws::AppConfig::Client::_CreateHostedConfigurationVersionResponseSuccess
- 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
266 |
# File 'sig/client.rbs', line 266
def application_id: () -> ::String
|
#configuration_profile_id ⇒ ::String
267 |
# File 'sig/client.rbs', line 267
def configuration_profile_id: () -> ::String
|
#content ⇒ ::String
270 |
# File 'sig/client.rbs', line 270
def content: () -> ::String
|
#content_type ⇒ ::String
271 |
# File 'sig/client.rbs', line 271
def content_type: () -> ::String
|
#description ⇒ ::String
269 |
# File 'sig/client.rbs', line 269
def description: () -> ::String
|
#kms_key_arn ⇒ ::String
273 |
# File 'sig/client.rbs', line 273
def kms_key_arn: () -> ::String
|
#version_label ⇒ ::String
272 |
# File 'sig/client.rbs', line 272
def version_label: () -> ::String
|
#version_number ⇒ ::Integer
268 |
# File 'sig/client.rbs', line 268
def version_number: () -> ::Integer
|