Module: Aws::ApiGatewayV2::Client::_UpdateStageResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateStageResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #access_log_settings ⇒ Types::AccessLogSettings
- #api_gateway_managed ⇒ Boolean
- #auto_deploy ⇒ Boolean
- #client_certificate_id ⇒ ::String
- #created_date ⇒ ::Time
- #default_route_settings ⇒ Types::RouteSettings
- #deployment_id ⇒ ::String
- #description ⇒ ::String
- #last_deployment_status_message ⇒ ::String
- #last_updated_date ⇒ ::Time
- #route_settings ⇒ ::Hash[::String, Types::RouteSettings]
- #stage_name ⇒ ::String
- #stage_variables ⇒ ::Hash[::String, ::String]
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#access_log_settings ⇒ Types::AccessLogSettings
1813 |
# File 'sig/client.rbs', line 1813
def access_log_settings: () -> Types::AccessLogSettings
|
#api_gateway_managed ⇒ Boolean
1814 |
# File 'sig/client.rbs', line 1814
def api_gateway_managed: () -> bool
|
#auto_deploy ⇒ Boolean
1815 |
# File 'sig/client.rbs', line 1815
def auto_deploy: () -> bool
|
#client_certificate_id ⇒ ::String
1816 |
# File 'sig/client.rbs', line 1816
def client_certificate_id: () -> ::String
|
#created_date ⇒ ::Time
1817 |
# File 'sig/client.rbs', line 1817
def created_date: () -> ::Time
|
#default_route_settings ⇒ Types::RouteSettings
1818 |
# File 'sig/client.rbs', line 1818
def default_route_settings: () -> Types::RouteSettings
|
#deployment_id ⇒ ::String
1819 |
# File 'sig/client.rbs', line 1819
def deployment_id: () -> ::String
|
#description ⇒ ::String
1820 |
# File 'sig/client.rbs', line 1820
def description: () -> ::String
|
#last_deployment_status_message ⇒ ::String
1821 |
# File 'sig/client.rbs', line 1821
def last_deployment_status_message: () -> ::String
|
#last_updated_date ⇒ ::Time
1822 |
# File 'sig/client.rbs', line 1822
def last_updated_date: () -> ::Time
|
#route_settings ⇒ ::Hash[::String, Types::RouteSettings]
1823 |
# File 'sig/client.rbs', line 1823
def route_settings: () -> ::Hash[::String, Types::RouteSettings]
|
#stage_name ⇒ ::String
1824 |
# File 'sig/client.rbs', line 1824
def stage_name: () -> ::String
|
#stage_variables ⇒ ::Hash[::String, ::String]
1825 |
# File 'sig/client.rbs', line 1825
def stage_variables: () -> ::Hash[::String, ::String]
|
#tags ⇒ ::Hash[::String, ::String]
1826 |
# File 'sig/client.rbs', line 1826
def tags: () -> ::Hash[::String, ::String]
|