Class: Aws::Types::ApiGatewayApiAsset
- Inherits:
-
Object
- Object
- Aws::Types::ApiGatewayApiAsset
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_description ⇒ ::String
Returns the value of attribute api_description.
-
#api_endpoint ⇒ ::String
Returns the value of attribute api_endpoint.
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#api_key ⇒ ::String
Returns the value of attribute api_key.
-
#api_name ⇒ ::String
Returns the value of attribute api_name.
-
#api_specification_download_url ⇒ ::String
Returns the value of attribute api_specification_download_url.
-
#api_specification_download_url_expires_at ⇒ ::Time
Returns the value of attribute api_specification_download_url_expires_at.
-
#protocol_type ⇒ "REST"
Returns the value of attribute protocol_type.
-
#stage ⇒ ::String
Returns the value of attribute stage.
Instance Attribute Details
#api_description ⇒ ::String
Returns the value of attribute api_description.
44 45 46 |
# File 'sig/types.rbs', line 44 def api_description @api_description end |
#api_endpoint ⇒ ::String
Returns the value of attribute api_endpoint.
45 46 47 |
# File 'sig/types.rbs', line 45 def api_endpoint @api_endpoint end |
#api_id ⇒ ::String
Returns the value of attribute api_id.
46 47 48 |
# File 'sig/types.rbs', line 46 def api_id @api_id end |
#api_key ⇒ ::String
Returns the value of attribute api_key.
47 48 49 |
# File 'sig/types.rbs', line 47 def api_key @api_key end |
#api_name ⇒ ::String
Returns the value of attribute api_name.
48 49 50 |
# File 'sig/types.rbs', line 48 def api_name @api_name end |
#api_specification_download_url ⇒ ::String
Returns the value of attribute api_specification_download_url.
49 50 51 |
# File 'sig/types.rbs', line 49 def api_specification_download_url @api_specification_download_url end |
#api_specification_download_url_expires_at ⇒ ::Time
Returns the value of attribute api_specification_download_url_expires_at.
50 51 52 |
# File 'sig/types.rbs', line 50 def api_specification_download_url_expires_at @api_specification_download_url_expires_at end |
#protocol_type ⇒ "REST"
Returns the value of attribute protocol_type.
51 52 53 |
# File 'sig/types.rbs', line 51 def protocol_type @protocol_type end |
#stage ⇒ ::String
Returns the value of attribute stage.
52 53 54 |
# File 'sig/types.rbs', line 52 def stage @stage end |