Class: Aws::Types::ImportAssetFromSignedUrlRequestDetails
- Inherits:
-
Object
- Object
- Aws::Types::ImportAssetFromSignedUrlRequestDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_name ⇒ ::String
Returns the value of attribute asset_name.
-
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
-
#md_5_hash ⇒ ::String
Returns the value of attribute md_5_hash.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
Instance Attribute Details
#asset_name ⇒ ::String
Returns the value of attribute asset_name.
580 581 582 |
# File 'sig/types.rbs', line 580 def asset_name @asset_name end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
581 582 583 |
# File 'sig/types.rbs', line 581 def data_set_id @data_set_id end |
#md_5_hash ⇒ ::String
Returns the value of attribute md_5_hash.
582 583 584 |
# File 'sig/types.rbs', line 582 def md_5_hash @md_5_hash end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
583 584 585 |
# File 'sig/types.rbs', line 583 def revision_id @revision_id end |