Module: Aws::APIGateway::Client::_UpdateRestApiResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::RestApi]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #api_key_source ⇒ "HEADER", "AUTHORIZER"
- #api_status ⇒ "UPDATING", ...
- #api_status_message ⇒ ::String
- #binary_media_types ⇒ ::Array[::String]
- #created_date ⇒ ::Time
- #description ⇒ ::String
- #disable_execute_api_endpoint ⇒ Boolean
- #endpoint_access_mode ⇒ "BASIC", "STRICT"
- #endpoint_configuration ⇒ Types::EndpointConfiguration
- #id ⇒ ::String
- #minimum_compression_size ⇒ ::Integer
- #name ⇒ ::String
- #policy ⇒ ::String
- #root_resource_id ⇒ ::String
- #security_policy ⇒ "TLS_1_0", ...
- #tags ⇒ ::Hash[::String, ::String]
- #version ⇒ ::String
- #warnings ⇒ ::Array[::String]
Instance Method Details
#api_key_source ⇒ "HEADER", "AUTHORIZER"
2140 |
# File 'sig/client.rbs', line 2140
def api_key_source: () -> ("HEADER" | "AUTHORIZER")
|
#api_status ⇒ "UPDATING", ...
2148 |
# File 'sig/client.rbs', line 2148
def api_status: () -> ("UPDATING" | "AVAILABLE" | "PENDING" | "FAILED")
|
#api_status_message ⇒ ::String
2149 |
# File 'sig/client.rbs', line 2149
def api_status_message: () -> ::String
|
#binary_media_types ⇒ ::Array[::String]
2138 |
# File 'sig/client.rbs', line 2138
def binary_media_types: () -> ::Array[::String]
|
#created_date ⇒ ::Time
2135 |
# File 'sig/client.rbs', line 2135
def created_date: () -> ::Time
|
#description ⇒ ::String
2134 |
# File 'sig/client.rbs', line 2134
def description: () -> ::String
|
#disable_execute_api_endpoint ⇒ Boolean
2144 |
# File 'sig/client.rbs', line 2144
def disable_execute_api_endpoint: () -> bool
|
#endpoint_access_mode ⇒ "BASIC", "STRICT"
2147 |
# File 'sig/client.rbs', line 2147
def endpoint_access_mode: () -> ("BASIC" | "STRICT")
|
#endpoint_configuration ⇒ Types::EndpointConfiguration
2141 |
# File 'sig/client.rbs', line 2141
def endpoint_configuration: () -> Types::EndpointConfiguration
|
#id ⇒ ::String
2132 |
# File 'sig/client.rbs', line 2132
def id: () -> ::String
|
#minimum_compression_size ⇒ ::Integer
2139 |
# File 'sig/client.rbs', line 2139
def minimum_compression_size: () -> ::Integer
|
#name ⇒ ::String
2133 |
# File 'sig/client.rbs', line 2133
def name: () -> ::String
|
#policy ⇒ ::String
2142 |
# File 'sig/client.rbs', line 2142
def policy: () -> ::String
|
#root_resource_id ⇒ ::String
2145 |
# File 'sig/client.rbs', line 2145
def root_resource_id: () -> ::String
|
#security_policy ⇒ "TLS_1_0", ...
2146 |
# File 'sig/client.rbs', line 2146
def security_policy: () -> ("TLS_1_0" | "TLS_1_2" | "SecurityPolicy_TLS13_1_3_2025_09" | "SecurityPolicy_TLS13_1_3_FIPS_2025_09" | "SecurityPolicy_TLS13_1_2_PFS_PQ_2025_09" | "SecurityPolicy_TLS13_1_2_FIPS_PQ_2025_09" | "SecurityPolicy_TLS13_1_2_FIPS_PFS_PQ_2025_09" | "SecurityPolicy_TLS13_1_2_PQ_2025_09" | "SecurityPolicy_TLS13_1_2_2021_06" | "SecurityPolicy_TLS13_2025_EDGE" | "SecurityPolicy_TLS12_PFS_2025_EDGE" | "SecurityPolicy_TLS12_2018_EDGE")
|
#tags ⇒ ::Hash[::String, ::String]
2143 |
# File 'sig/client.rbs', line 2143
def tags: () -> ::Hash[::String, ::String]
|
#version ⇒ ::String
2136 |
# File 'sig/client.rbs', line 2136
def version: () -> ::String
|
#warnings ⇒ ::Array[::String]
2137 |
# File 'sig/client.rbs', line 2137
def warnings: () -> ::Array[::String]
|