Module: Aws::ApiGatewayV2::Client::_GetStageResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetStageResponse]
- 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
1164 |
# File 'sig/client.rbs', line 1164
def access_log_settings: () -> Types::AccessLogSettings
|
#api_gateway_managed ⇒ Boolean
1165 |
# File 'sig/client.rbs', line 1165
def api_gateway_managed: () -> bool
|
#auto_deploy ⇒ Boolean
1166 |
# File 'sig/client.rbs', line 1166
def auto_deploy: () -> bool
|
#client_certificate_id ⇒ ::String
1167 |
# File 'sig/client.rbs', line 1167
def client_certificate_id: () -> ::String
|
#created_date ⇒ ::Time
1168 |
# File 'sig/client.rbs', line 1168
def created_date: () -> ::Time
|
#default_route_settings ⇒ Types::RouteSettings
1169 |
# File 'sig/client.rbs', line 1169
def default_route_settings: () -> Types::RouteSettings
|
#deployment_id ⇒ ::String
1170 |
# File 'sig/client.rbs', line 1170
def deployment_id: () -> ::String
|
#description ⇒ ::String
1171 |
# File 'sig/client.rbs', line 1171
def description: () -> ::String
|
#last_deployment_status_message ⇒ ::String
1172 |
# File 'sig/client.rbs', line 1172
def last_deployment_status_message: () -> ::String
|
#last_updated_date ⇒ ::Time
1173 |
# File 'sig/client.rbs', line 1173
def last_updated_date: () -> ::Time
|
#route_settings ⇒ ::Hash[::String, Types::RouteSettings]
1174 |
# File 'sig/client.rbs', line 1174
def route_settings: () -> ::Hash[::String, Types::RouteSettings]
|
#stage_name ⇒ ::String
1175 |
# File 'sig/client.rbs', line 1175
def stage_name: () -> ::String
|
#stage_variables ⇒ ::Hash[::String, ::String]
1176 |
# File 'sig/client.rbs', line 1176
def stage_variables: () -> ::Hash[::String, ::String]
|
#tags ⇒ ::Hash[::String, ::String]
1177 |
# File 'sig/client.rbs', line 1177
def tags: () -> ::Hash[::String, ::String]
|