Class: Aws::Types::AwsApiGatewayV2ApiDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsApiGatewayV2ApiDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_endpoint ⇒ ::String
Returns the value of attribute api_endpoint.
-
#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::AwsCorsConfiguration
Returns the value of attribute cors_configuration.
-
#created_date ⇒ ::String
Returns the value of attribute created_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#protocol_type ⇒ ::String
Returns the value of attribute protocol_type.
-
#route_selection_expression ⇒ ::String
Returns the value of attribute route_selection_expression.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#api_endpoint ⇒ ::String
Returns the value of attribute api_endpoint.
460 461 462 |
# File 'sig/types.rbs', line 460 def api_endpoint @api_endpoint end |
#api_id ⇒ ::String
Returns the value of attribute api_id.
461 462 463 |
# File 'sig/types.rbs', line 461 def api_id @api_id end |
#api_key_selection_expression ⇒ ::String
Returns the value of attribute api_key_selection_expression.
462 463 464 |
# File 'sig/types.rbs', line 462 def api_key_selection_expression @api_key_selection_expression end |
#cors_configuration ⇒ Types::AwsCorsConfiguration
Returns the value of attribute cors_configuration.
469 470 471 |
# File 'sig/types.rbs', line 469 def cors_configuration @cors_configuration end |
#created_date ⇒ ::String
Returns the value of attribute created_date.
463 464 465 |
# File 'sig/types.rbs', line 463 def created_date @created_date end |
#description ⇒ ::String
Returns the value of attribute description.
464 465 466 |
# File 'sig/types.rbs', line 464 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
466 467 468 |
# File 'sig/types.rbs', line 466 def name @name end |
#protocol_type ⇒ ::String
Returns the value of attribute protocol_type.
467 468 469 |
# File 'sig/types.rbs', line 467 def protocol_type @protocol_type end |
#route_selection_expression ⇒ ::String
Returns the value of attribute route_selection_expression.
468 469 470 |
# File 'sig/types.rbs', line 468 def route_selection_expression @route_selection_expression end |
#version ⇒ ::String
Returns the value of attribute version.
465 466 467 |
# File 'sig/types.rbs', line 465 def version @version end |