Class: Aws::Types::ExportAssetsToS3RequestDetails
- Inherits:
-
Object
- Object
- Aws::Types::ExportAssetsToS3RequestDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_destinations ⇒ ::Array[Types::AssetDestinationEntry]
Returns the value of attribute asset_destinations.
-
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
-
#encryption ⇒ Types::ExportServerSideEncryption
Returns the value of attribute encryption.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
Instance Attribute Details
#asset_destinations ⇒ ::Array[Types::AssetDestinationEntry]
Returns the value of attribute asset_destinations.
366 367 368 |
# File 'sig/types.rbs', line 366 def asset_destinations @asset_destinations end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
367 368 369 |
# File 'sig/types.rbs', line 367 def data_set_id @data_set_id end |
#encryption ⇒ Types::ExportServerSideEncryption
Returns the value of attribute encryption.
368 369 370 |
# File 'sig/types.rbs', line 368 def encryption @encryption end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
369 370 371 |
# File 'sig/types.rbs', line 369 def revision_id @revision_id end |