Module: Aws::APIGateway::Client::_GetRestApiResponseSuccess
- 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"
1190 |
# File 'sig/client.rbs', line 1190
def api_key_source: () -> ("HEADER" | "AUTHORIZER")
|
#api_status ⇒ "UPDATING", ...
1198 |
# File 'sig/client.rbs', line 1198
def api_status: () -> ("UPDATING" | "AVAILABLE" | "PENDING" | "FAILED")
|
#api_status_message ⇒ ::String
1199 |
# File 'sig/client.rbs', line 1199
def api_status_message: () -> ::String
|
#binary_media_types ⇒ ::Array[::String]
1188 |
# File 'sig/client.rbs', line 1188
def binary_media_types: () -> ::Array[::String]
|
#created_date ⇒ ::Time
1185 |
# File 'sig/client.rbs', line 1185
def created_date: () -> ::Time
|
#description ⇒ ::String
1184 |
# File 'sig/client.rbs', line 1184
def description: () -> ::String
|
#disable_execute_api_endpoint ⇒ Boolean
1194 |
# File 'sig/client.rbs', line 1194
def disable_execute_api_endpoint: () -> bool
|
#endpoint_access_mode ⇒ "BASIC", "STRICT"
1197 |
# File 'sig/client.rbs', line 1197
def endpoint_access_mode: () -> ("BASIC" | "STRICT")
|
#endpoint_configuration ⇒ Types::EndpointConfiguration
1191 |
# File 'sig/client.rbs', line 1191
def endpoint_configuration: () -> Types::EndpointConfiguration
|
#id ⇒ ::String
1182 |
# File 'sig/client.rbs', line 1182
def id: () -> ::String
|
#minimum_compression_size ⇒ ::Integer
1189 |
# File 'sig/client.rbs', line 1189
def minimum_compression_size: () -> ::Integer
|
#name ⇒ ::String
1183 |
# File 'sig/client.rbs', line 1183
def name: () -> ::String
|
#policy ⇒ ::String
1192 |
# File 'sig/client.rbs', line 1192
def policy: () -> ::String
|
#root_resource_id ⇒ ::String
1195 |
# File 'sig/client.rbs', line 1195
def root_resource_id: () -> ::String
|
#security_policy ⇒ "TLS_1_0", ...
1196 |
# File 'sig/client.rbs', line 1196
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]
1193 |
# File 'sig/client.rbs', line 1193
def tags: () -> ::Hash[::String, ::String]
|
#version ⇒ ::String
1186 |
# File 'sig/client.rbs', line 1186
def version: () -> ::String
|
#warnings ⇒ ::Array[::String]
1187 |
# File 'sig/client.rbs', line 1187
def warnings: () -> ::Array[::String]
|