Class: Aws::Types::ImportAssetFromApiGatewayApiResponseDetails
- Inherits:
-
Object
- Object
- Aws::Types::ImportAssetFromApiGatewayApiResponseDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_description ⇒ ::String
Returns the value of attribute api_description.
-
#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_md_5_hash ⇒ ::String
Returns the value of attribute api_specification_md_5_hash.
-
#api_specification_upload_url ⇒ ::String
Returns the value of attribute api_specification_upload_url.
-
#api_specification_upload_url_expires_at ⇒ ::Time
Returns the value of attribute api_specification_upload_url_expires_at.
-
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
-
#protocol_type ⇒ "REST"
Returns the value of attribute protocol_type.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
-
#stage ⇒ ::String
Returns the value of attribute stage.
Instance Attribute Details
#api_description ⇒ ::String
Returns the value of attribute api_description.
560 561 562 |
# File 'sig/types.rbs', line 560 def api_description @api_description end |
#api_id ⇒ ::String
Returns the value of attribute api_id.
561 562 563 |
# File 'sig/types.rbs', line 561 def api_id @api_id end |
#api_key ⇒ ::String
Returns the value of attribute api_key.
562 563 564 |
# File 'sig/types.rbs', line 562 def api_key @api_key end |
#api_name ⇒ ::String
Returns the value of attribute api_name.
563 564 565 |
# File 'sig/types.rbs', line 563 def api_name @api_name end |
#api_specification_md_5_hash ⇒ ::String
Returns the value of attribute api_specification_md_5_hash.
564 565 566 |
# File 'sig/types.rbs', line 564 def api_specification_md_5_hash @api_specification_md_5_hash end |
#api_specification_upload_url ⇒ ::String
Returns the value of attribute api_specification_upload_url.
565 566 567 |
# File 'sig/types.rbs', line 565 def api_specification_upload_url @api_specification_upload_url end |
#api_specification_upload_url_expires_at ⇒ ::Time
Returns the value of attribute api_specification_upload_url_expires_at.
566 567 568 |
# File 'sig/types.rbs', line 566 def api_specification_upload_url_expires_at @api_specification_upload_url_expires_at end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
567 568 569 |
# File 'sig/types.rbs', line 567 def data_set_id @data_set_id end |
#protocol_type ⇒ "REST"
Returns the value of attribute protocol_type.
568 569 570 |
# File 'sig/types.rbs', line 568 def protocol_type @protocol_type end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
569 570 571 |
# File 'sig/types.rbs', line 569 def revision_id @revision_id end |
#stage ⇒ ::String
Returns the value of attribute stage.
570 571 572 |
# File 'sig/types.rbs', line 570 def stage @stage end |