Class: Aws::Types::UpdateApiResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApiResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_endpoint ⇒ ::String
Returns the value of attribute api_endpoint.
-
#api_gateway_managed ⇒ Boolean
Returns the value of attribute api_gateway_managed.
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#api_key_selection_expression ⇒ ::String
Returns the value of attribute api_key_selection_expression.
-
#cors_configuration ⇒ Types::Cors
Returns the value of attribute cors_configuration.
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#disable_execute_api_endpoint ⇒ Boolean
Returns the value of attribute disable_execute_api_endpoint.
-
#disable_schema_validation ⇒ Boolean
Returns the value of attribute disable_schema_validation.
-
#import_info ⇒ ::Array[::String]
Returns the value of attribute import_info.
-
#ip_address_type ⇒ "ipv4", "dualstack"
Returns the value of attribute ip_address_type.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#protocol_type ⇒ "WEBSOCKET", "HTTP"
Returns the value of attribute protocol_type.
-
#route_selection_expression ⇒ ::String
Returns the value of attribute route_selection_expression.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#version ⇒ ::String
Returns the value of attribute version.
-
#warnings ⇒ ::Array[::String]
Returns the value of attribute warnings.
Instance Attribute Details
#api_endpoint ⇒ ::String
Returns the value of attribute api_endpoint.
2243 2244 2245 |
# File 'sig/types.rbs', line 2243 def api_endpoint @api_endpoint end |
#api_gateway_managed ⇒ Boolean
Returns the value of attribute api_gateway_managed.
2244 2245 2246 |
# File 'sig/types.rbs', line 2244 def api_gateway_managed @api_gateway_managed end |
#api_id ⇒ ::String
Returns the value of attribute api_id.
2245 2246 2247 |
# File 'sig/types.rbs', line 2245 def api_id @api_id end |
#api_key_selection_expression ⇒ ::String
Returns the value of attribute api_key_selection_expression.
2246 2247 2248 |
# File 'sig/types.rbs', line 2246 def api_key_selection_expression @api_key_selection_expression end |
#cors_configuration ⇒ Types::Cors
Returns the value of attribute cors_configuration.
2247 2248 2249 |
# File 'sig/types.rbs', line 2247 def cors_configuration @cors_configuration end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
2248 2249 2250 |
# File 'sig/types.rbs', line 2248 def created_date @created_date end |
#description ⇒ ::String
Returns the value of attribute description.
2249 2250 2251 |
# File 'sig/types.rbs', line 2249 def description @description end |
#disable_execute_api_endpoint ⇒ Boolean
Returns the value of attribute disable_execute_api_endpoint.
2251 2252 2253 |
# File 'sig/types.rbs', line 2251 def disable_execute_api_endpoint @disable_execute_api_endpoint end |
#disable_schema_validation ⇒ Boolean
Returns the value of attribute disable_schema_validation.
2250 2251 2252 |
# File 'sig/types.rbs', line 2250 def disable_schema_validation @disable_schema_validation end |
#import_info ⇒ ::Array[::String]
Returns the value of attribute import_info.
2252 2253 2254 |
# File 'sig/types.rbs', line 2252 def import_info @import_info end |
#ip_address_type ⇒ "ipv4", "dualstack"
Returns the value of attribute ip_address_type.
2253 2254 2255 |
# File 'sig/types.rbs', line 2253 def ip_address_type @ip_address_type end |
#name ⇒ ::String
Returns the value of attribute name.
2254 2255 2256 |
# File 'sig/types.rbs', line 2254 def name @name end |
#protocol_type ⇒ "WEBSOCKET", "HTTP"
Returns the value of attribute protocol_type.
2255 2256 2257 |
# File 'sig/types.rbs', line 2255 def protocol_type @protocol_type end |
#route_selection_expression ⇒ ::String
Returns the value of attribute route_selection_expression.
2256 2257 2258 |
# File 'sig/types.rbs', line 2256 def route_selection_expression @route_selection_expression end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2257 2258 2259 |
# File 'sig/types.rbs', line 2257 def @tags end |
#version ⇒ ::String
Returns the value of attribute version.
2258 2259 2260 |
# File 'sig/types.rbs', line 2258 def version @version end |
#warnings ⇒ ::Array[::String]
Returns the value of attribute warnings.
2259 2260 2261 |
# File 'sig/types.rbs', line 2259 def warnings @warnings end |