Module: Aws::ApiGatewayV2::Client::_CreateStageResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateStageResponse]
- 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
474 |
# File 'sig/client.rbs', line 474
def access_log_settings: () -> Types::AccessLogSettings
|
#api_gateway_managed ⇒ Boolean
475 |
# File 'sig/client.rbs', line 475
def api_gateway_managed: () -> bool
|
#auto_deploy ⇒ Boolean
476 |
# File 'sig/client.rbs', line 476
def auto_deploy: () -> bool
|
#client_certificate_id ⇒ ::String
477 |
# File 'sig/client.rbs', line 477
def client_certificate_id: () -> ::String
|
#created_date ⇒ ::Time
478 |
# File 'sig/client.rbs', line 478
def created_date: () -> ::Time
|
#default_route_settings ⇒ Types::RouteSettings
479 |
# File 'sig/client.rbs', line 479
def default_route_settings: () -> Types::RouteSettings
|
#deployment_id ⇒ ::String
480 |
# File 'sig/client.rbs', line 480
def deployment_id: () -> ::String
|
#description ⇒ ::String
481 |
# File 'sig/client.rbs', line 481
def description: () -> ::String
|
#last_deployment_status_message ⇒ ::String
482 |
# File 'sig/client.rbs', line 482
def last_deployment_status_message: () -> ::String
|
#last_updated_date ⇒ ::Time
483 |
# File 'sig/client.rbs', line 483
def last_updated_date: () -> ::Time
|
#route_settings ⇒ ::Hash[::String, Types::RouteSettings]
484 |
# File 'sig/client.rbs', line 484
def route_settings: () -> ::Hash[::String, Types::RouteSettings]
|
#stage_name ⇒ ::String
485 |
# File 'sig/client.rbs', line 485
def stage_name: () -> ::String
|
#stage_variables ⇒ ::Hash[::String, ::String]
486 |
# File 'sig/client.rbs', line 486
def stage_variables: () -> ::Hash[::String, ::String]
|
#tags ⇒ ::Hash[::String, ::String]
487 |
# File 'sig/client.rbs', line 487
def tags: () -> ::Hash[::String, ::String]
|