Class: Aws::Types::ImportAssetsFromS3ResponseDetails
- Inherits:
-
Object
- Object
- Aws::Types::ImportAssetsFromS3ResponseDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_sources ⇒ ::Array[Types::AssetSourceEntry]
Returns the value of attribute asset_sources.
-
#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_sources ⇒ ::Array[Types::AssetSourceEntry]
Returns the value of attribute asset_sources.
639 640 641 |
# File 'sig/types.rbs', line 639 def asset_sources @asset_sources end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
640 641 642 |
# File 'sig/types.rbs', line 640 def data_set_id @data_set_id end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
641 642 643 |
# File 'sig/types.rbs', line 641 def revision_id @revision_id end |