Class: Aws::Types::ExportAssetToSignedUrlRequestDetails
- Inherits:
-
Object
- Object
- Aws::Types::ExportAssetToSignedUrlRequestDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
Instance Attribute Details
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
350 351 352 |
# File 'sig/types.rbs', line 350 def asset_id @asset_id end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
351 352 353 |
# File 'sig/types.rbs', line 351 def data_set_id @data_set_id end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
352 353 354 |
# File 'sig/types.rbs', line 352 def revision_id @revision_id end |