Class: Aws::Types::CreateApiInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateApiInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#credentials_arn ⇒ ::String
Returns the value of attribute credentials_arn.
-
#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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#protocol_type ⇒ "WEBSOCKET", "HTTP"
Returns the value of attribute protocol_type.
-
#route_key ⇒ ::String
Returns the value of attribute route_key.
-
#route_selection_expression ⇒ ::String
Returns the value of attribute route_selection_expression.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#target ⇒ ::String
Returns the value of attribute target.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#api_key_selection_expression ⇒ ::String
Returns the value of attribute api_key_selection_expression.
139 140 141 |
# File 'sig/types.rbs', line 139 def api_key_selection_expression @api_key_selection_expression end |
#cors_configuration ⇒ Types::Cors
Returns the value of attribute cors_configuration.
140 141 142 |
# File 'sig/types.rbs', line 140 def cors_configuration @cors_configuration end |
#credentials_arn ⇒ ::String
Returns the value of attribute credentials_arn.
141 142 143 |
# File 'sig/types.rbs', line 141 def credentials_arn @credentials_arn end |
#description ⇒ ::String
Returns the value of attribute description.
142 143 144 |
# File 'sig/types.rbs', line 142 def description @description end |
#disable_execute_api_endpoint ⇒ Boolean
Returns the value of attribute disable_execute_api_endpoint.
144 145 146 |
# File 'sig/types.rbs', line 144 def disable_execute_api_endpoint @disable_execute_api_endpoint end |
#disable_schema_validation ⇒ Boolean
Returns the value of attribute disable_schema_validation.
143 144 145 |
# File 'sig/types.rbs', line 143 def disable_schema_validation @disable_schema_validation end |
#name ⇒ ::String
Returns the value of attribute name.
145 146 147 |
# File 'sig/types.rbs', line 145 def name @name end |
#protocol_type ⇒ "WEBSOCKET", "HTTP"
Returns the value of attribute protocol_type.
146 147 148 |
# File 'sig/types.rbs', line 146 def protocol_type @protocol_type end |
#route_key ⇒ ::String
Returns the value of attribute route_key.
147 148 149 |
# File 'sig/types.rbs', line 147 def route_key @route_key end |
#route_selection_expression ⇒ ::String
Returns the value of attribute route_selection_expression.
148 149 150 |
# File 'sig/types.rbs', line 148 def route_selection_expression @route_selection_expression end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
149 150 151 |
# File 'sig/types.rbs', line 149 def @tags end |
#target ⇒ ::String
Returns the value of attribute target.
150 151 152 |
# File 'sig/types.rbs', line 150 def target @target end |
#version ⇒ ::String
Returns the value of attribute version.
151 152 153 |
# File 'sig/types.rbs', line 151 def version @version end |