Class: Aws::Types::AwsApiGatewayRestApiDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsApiGatewayRestApiDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_key_source ⇒ ::String
Returns the value of attribute api_key_source.
-
#binary_media_types ⇒ ::Array[::String]
Returns the value of attribute binary_media_types.
-
#created_date ⇒ ::String
Returns the value of attribute created_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#endpoint_configuration ⇒ Types::AwsApiGatewayEndpointConfiguration
Returns the value of attribute endpoint_configuration.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#minimum_compression_size ⇒ ::Integer
Returns the value of attribute minimum_compression_size.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#api_key_source ⇒ ::String
Returns the value of attribute api_key_source.
434 435 436 |
# File 'sig/types.rbs', line 434 def api_key_source @api_key_source end |
#binary_media_types ⇒ ::Array[::String]
Returns the value of attribute binary_media_types.
432 433 434 |
# File 'sig/types.rbs', line 432 def binary_media_types @binary_media_types end |
#created_date ⇒ ::String
Returns the value of attribute created_date.
430 431 432 |
# File 'sig/types.rbs', line 430 def created_date @created_date end |
#description ⇒ ::String
Returns the value of attribute description.
429 430 431 |
# File 'sig/types.rbs', line 429 def description @description end |
#endpoint_configuration ⇒ Types::AwsApiGatewayEndpointConfiguration
Returns the value of attribute endpoint_configuration.
435 436 437 |
# File 'sig/types.rbs', line 435 def endpoint_configuration @endpoint_configuration end |
#id ⇒ ::String
Returns the value of attribute id.
427 428 429 |
# File 'sig/types.rbs', line 427 def id @id end |
#minimum_compression_size ⇒ ::Integer
Returns the value of attribute minimum_compression_size.
433 434 435 |
# File 'sig/types.rbs', line 433 def minimum_compression_size @minimum_compression_size end |
#name ⇒ ::String
Returns the value of attribute name.
428 429 430 |
# File 'sig/types.rbs', line 428 def name @name end |
#version ⇒ ::String
Returns the value of attribute version.
431 432 433 |
# File 'sig/types.rbs', line 431 def version @version end |