Class: Aws::Types::ExportAssetToSignedUrlResponseDetails
- Inherits:
-
Object
- Object
- Aws::Types::ExportAssetToSignedUrlResponseDetails
- 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.
-
#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_id ⇒ ::String
Returns the value of attribute asset_id.
357 358 359 |
# File 'sig/types.rbs', line 357 def asset_id @asset_id end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
358 359 360 |
# File 'sig/types.rbs', line 358 def data_set_id @data_set_id end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
359 360 361 |
# File 'sig/types.rbs', line 359 def revision_id @revision_id end |
#signed_url ⇒ ::String
Returns the value of attribute signed_url.
360 361 362 |
# File 'sig/types.rbs', line 360 def signed_url @signed_url end |
#signed_url_expires_at ⇒ ::Time
Returns the value of attribute signed_url_expires_at.
361 362 363 |
# File 'sig/types.rbs', line 361 def signed_url_expires_at @signed_url_expires_at end |