Class: Aws::Types::ImportAssetFromApiGatewayApiRequestDetails
- Inherits:
-
Object
- Object
- Aws::Types::ImportAssetFromApiGatewayApiRequestDetails
- 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.
-
#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.
547 548 549 |
# File 'sig/types.rbs', line 547 def api_description @api_description end |
#api_id ⇒ ::String
Returns the value of attribute api_id.
548 549 550 |
# File 'sig/types.rbs', line 548 def api_id @api_id end |
#api_key ⇒ ::String
Returns the value of attribute api_key.
549 550 551 |
# File 'sig/types.rbs', line 549 def api_key @api_key end |
#api_name ⇒ ::String
Returns the value of attribute api_name.
550 551 552 |
# File 'sig/types.rbs', line 550 def api_name @api_name end |
#api_specification_md_5_hash ⇒ ::String
Returns the value of attribute api_specification_md_5_hash.
551 552 553 |
# File 'sig/types.rbs', line 551 def api_specification_md_5_hash @api_specification_md_5_hash end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
552 553 554 |
# File 'sig/types.rbs', line 552 def data_set_id @data_set_id end |
#protocol_type ⇒ "REST"
Returns the value of attribute protocol_type.
553 554 555 |
# File 'sig/types.rbs', line 553 def protocol_type @protocol_type end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
554 555 556 |
# File 'sig/types.rbs', line 554 def revision_id @revision_id end |
#stage ⇒ ::String
Returns the value of attribute stage.
555 556 557 |
# File 'sig/types.rbs', line 555 def stage @stage end |