Class: Aws::Types::ImportAssetsFromRedshiftDataSharesResponseDetails
- Inherits:
-
Object
- Object
- Aws::Types::ImportAssetsFromRedshiftDataSharesResponseDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_sources ⇒ ::Array[Types::RedshiftDataShareAssetSourceEntry]
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::RedshiftDataShareAssetSourceEntry]
Returns the value of attribute asset_sources.
625 626 627 |
# File 'sig/types.rbs', line 625 def asset_sources @asset_sources end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
626 627 628 |
# File 'sig/types.rbs', line 626 def data_set_id @data_set_id end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
627 628 629 |
# File 'sig/types.rbs', line 627 def revision_id @revision_id end |