Module: Aws::AppConfigData::Client::_GetLatestConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetLatestConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #configuration ⇒ ::String
- #content_type ⇒ ::String
- #next_poll_configuration_token ⇒ ::String
- #next_poll_interval_in_seconds ⇒ ::Integer
- #version_label ⇒ ::String
Instance Method Details
#configuration ⇒ ::String
86 |
# File 'sig/client.rbs', line 86
def configuration: () -> ::String
|
#content_type ⇒ ::String
85 |
# File 'sig/client.rbs', line 85
def content_type: () -> ::String
|
#next_poll_configuration_token ⇒ ::String
83 |
# File 'sig/client.rbs', line 83
def next_poll_configuration_token: () -> ::String
|
#next_poll_interval_in_seconds ⇒ ::Integer
84 |
# File 'sig/client.rbs', line 84
def next_poll_interval_in_seconds: () -> ::Integer
|
#version_label ⇒ ::String
87 |
# File 'sig/client.rbs', line 87
def version_label: () -> ::String
|