Class: Aws::Types::CreateApiResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateApiResponse
- 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.
197 198 199 |
# File 'sig/types.rbs', line 197 def api_endpoint @api_endpoint end |
#api_gateway_managed ⇒ Boolean
Returns the value of attribute api_gateway_managed.
198 199 200 |
# File 'sig/types.rbs', line 198 def api_gateway_managed @api_gateway_managed end |
#api_id ⇒ ::String
Returns the value of attribute api_id.
199 200 201 |
# File 'sig/types.rbs', line 199 def api_id @api_id end |
#api_key_selection_expression ⇒ ::String
Returns the value of attribute api_key_selection_expression.
200 201 202 |
# File 'sig/types.rbs', line 200 def api_key_selection_expression @api_key_selection_expression end |
#cors_configuration ⇒ Types::Cors
Returns the value of attribute cors_configuration.
201 202 203 |
# File 'sig/types.rbs', line 201 def cors_configuration @cors_configuration end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
202 203 204 |
# File 'sig/types.rbs', line 202 def created_date @created_date end |
#description ⇒ ::String
Returns the value of attribute description.
203 204 205 |
# File 'sig/types.rbs', line 203 def description @description end |
#disable_execute_api_endpoint ⇒ Boolean
Returns the value of attribute disable_execute_api_endpoint.
205 206 207 |
# File 'sig/types.rbs', line 205 def disable_execute_api_endpoint @disable_execute_api_endpoint end |
#disable_schema_validation ⇒ Boolean
Returns the value of attribute disable_schema_validation.
204 205 206 |
# File 'sig/types.rbs', line 204 def disable_schema_validation @disable_schema_validation end |
#import_info ⇒ ::Array[::String]
Returns the value of attribute import_info.
206 207 208 |
# File 'sig/types.rbs', line 206 def import_info @import_info end |
#ip_address_type ⇒ "ipv4", "dualstack"
Returns the value of attribute ip_address_type.
207 208 209 |
# File 'sig/types.rbs', line 207 def ip_address_type @ip_address_type end |
#name ⇒ ::String
Returns the value of attribute name.
208 209 210 |
# File 'sig/types.rbs', line 208 def name @name end |
#protocol_type ⇒ "WEBSOCKET", "HTTP"
Returns the value of attribute protocol_type.
209 210 211 |
# File 'sig/types.rbs', line 209 def protocol_type @protocol_type end |
#route_selection_expression ⇒ ::String
Returns the value of attribute route_selection_expression.
210 211 212 |
# File 'sig/types.rbs', line 210 def route_selection_expression @route_selection_expression end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
211 212 213 |
# File 'sig/types.rbs', line 211 def @tags end |
#version ⇒ ::String
Returns the value of attribute version.
212 213 214 |
# File 'sig/types.rbs', line 212 def version @version end |
#warnings ⇒ ::Array[::String]
Returns the value of attribute warnings.
213 214 215 |
# File 'sig/types.rbs', line 213 def warnings @warnings end |