Class: Aws::Types::CreateRestApiRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRestApiRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_key_source ⇒ "HEADER", "AUTHORIZER"
Returns the value of attribute api_key_source.
-
#binary_media_types ⇒ ::Array[::String]
Returns the value of attribute binary_media_types.
-
#clone_from ⇒ ::String
Returns the value of attribute clone_from.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#disable_execute_api_endpoint ⇒ Boolean
Returns the value of attribute disable_execute_api_endpoint.
-
#endpoint_access_mode ⇒ "BASIC", "STRICT"
Returns the value of attribute endpoint_access_mode.
-
#endpoint_configuration ⇒ Types::EndpointConfiguration
Returns the value of attribute endpoint_configuration.
-
#minimum_compression_size ⇒ ::Integer
Returns the value of attribute minimum_compression_size.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#security_policy ⇒ "TLS_1_0", ...
Returns the value of attribute security_policy.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#api_key_source ⇒ "HEADER", "AUTHORIZER"
Returns the value of attribute api_key_source.
248 249 250 |
# File 'sig/types.rbs', line 248 def api_key_source @api_key_source end |
#binary_media_types ⇒ ::Array[::String]
Returns the value of attribute binary_media_types.
246 247 248 |
# File 'sig/types.rbs', line 246 def binary_media_types @binary_media_types end |
#clone_from ⇒ ::String
Returns the value of attribute clone_from.
245 246 247 |
# File 'sig/types.rbs', line 245 def clone_from @clone_from end |
#description ⇒ ::String
Returns the value of attribute description.
243 244 245 |
# File 'sig/types.rbs', line 243 def description @description end |
#disable_execute_api_endpoint ⇒ Boolean
Returns the value of attribute disable_execute_api_endpoint.
252 253 254 |
# File 'sig/types.rbs', line 252 def disable_execute_api_endpoint @disable_execute_api_endpoint end |
#endpoint_access_mode ⇒ "BASIC", "STRICT"
Returns the value of attribute endpoint_access_mode.
254 255 256 |
# File 'sig/types.rbs', line 254 def endpoint_access_mode @endpoint_access_mode end |
#endpoint_configuration ⇒ Types::EndpointConfiguration
Returns the value of attribute endpoint_configuration.
249 250 251 |
# File 'sig/types.rbs', line 249 def endpoint_configuration @endpoint_configuration end |
#minimum_compression_size ⇒ ::Integer
Returns the value of attribute minimum_compression_size.
247 248 249 |
# File 'sig/types.rbs', line 247 def minimum_compression_size @minimum_compression_size end |
#name ⇒ ::String
Returns the value of attribute name.
242 243 244 |
# File 'sig/types.rbs', line 242 def name @name end |
#policy ⇒ ::String
Returns the value of attribute policy.
250 251 252 |
# File 'sig/types.rbs', line 250 def policy @policy end |
#security_policy ⇒ "TLS_1_0", ...
Returns the value of attribute security_policy.
253 254 255 |
# File 'sig/types.rbs', line 253 def security_policy @security_policy end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
251 252 253 |
# File 'sig/types.rbs', line 251 def end |
#version ⇒ ::String
Returns the value of attribute version.
244 245 246 |
# File 'sig/types.rbs', line 244 def version @version end |