Class: Aws::Types::UpdateApiInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApiInput
- 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.
-
#ip_address_type ⇒ "ipv4", "dualstack"
Returns the value of attribute ip_address_type.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#route_key ⇒ ::String
Returns the value of attribute route_key.
-
#route_selection_expression ⇒ ::String
Returns the value of attribute route_selection_expression.
-
#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.
2186 2187 2188 |
# File 'sig/types.rbs', line 2186 def api_key_selection_expression @api_key_selection_expression end |
#cors_configuration ⇒ Types::Cors
Returns the value of attribute cors_configuration.
2187 2188 2189 |
# File 'sig/types.rbs', line 2187 def cors_configuration @cors_configuration end |
#credentials_arn ⇒ ::String
Returns the value of attribute credentials_arn.
2188 2189 2190 |
# File 'sig/types.rbs', line 2188 def credentials_arn @credentials_arn end |
#description ⇒ ::String
Returns the value of attribute description.
2189 2190 2191 |
# File 'sig/types.rbs', line 2189 def description @description end |
#disable_execute_api_endpoint ⇒ Boolean
Returns the value of attribute disable_execute_api_endpoint.
2191 2192 2193 |
# File 'sig/types.rbs', line 2191 def disable_execute_api_endpoint @disable_execute_api_endpoint end |
#disable_schema_validation ⇒ Boolean
Returns the value of attribute disable_schema_validation.
2190 2191 2192 |
# File 'sig/types.rbs', line 2190 def disable_schema_validation @disable_schema_validation end |
#ip_address_type ⇒ "ipv4", "dualstack"
Returns the value of attribute ip_address_type.
2192 2193 2194 |
# File 'sig/types.rbs', line 2192 def ip_address_type @ip_address_type end |
#name ⇒ ::String
Returns the value of attribute name.
2193 2194 2195 |
# File 'sig/types.rbs', line 2193 def name @name end |
#route_key ⇒ ::String
Returns the value of attribute route_key.
2194 2195 2196 |
# File 'sig/types.rbs', line 2194 def route_key @route_key end |
#route_selection_expression ⇒ ::String
Returns the value of attribute route_selection_expression.
2195 2196 2197 |
# File 'sig/types.rbs', line 2195 def route_selection_expression @route_selection_expression end |
#target ⇒ ::String
Returns the value of attribute target.
2196 2197 2198 |
# File 'sig/types.rbs', line 2196 def target @target end |
#version ⇒ ::String
Returns the value of attribute version.
2197 2198 2199 |
# File 'sig/types.rbs', line 2197 def version @version end |