Class: Aws::Types::ImportAssetFromSignedUrlResponseDetails
- Inherits:
-
Object
- Object
- Aws::Types::ImportAssetFromSignedUrlResponseDetails
- 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.
-
#signed_url ⇒ ::String
Returns the value of attribute signed_url.
-
#signed_url_expires_at ⇒ ::Time
Returns the value of attribute signed_url_expires_at.
Instance Attribute Details
#asset_name ⇒ ::String
Returns the value of attribute asset_name.
588 589 590 |
# File 'sig/types.rbs', line 588 def asset_name @asset_name end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
589 590 591 |
# File 'sig/types.rbs', line 589 def data_set_id @data_set_id end |
#md_5_hash ⇒ ::String
Returns the value of attribute md_5_hash.
590 591 592 |
# File 'sig/types.rbs', line 590 def md_5_hash @md_5_hash end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
591 592 593 |
# File 'sig/types.rbs', line 591 def revision_id @revision_id end |
#signed_url ⇒ ::String
Returns the value of attribute signed_url.
592 593 594 |
# File 'sig/types.rbs', line 592 def signed_url @signed_url end |
#signed_url_expires_at ⇒ ::Time
Returns the value of attribute signed_url_expires_at.
593 594 595 |
# File 'sig/types.rbs', line 593 def signed_url_expires_at @signed_url_expires_at end |