Class: Aws::Types::CreateS3DataAccessFromS3BucketResponseDetails
- Inherits:
-
Object
- Object
- Aws::Types::CreateS3DataAccessFromS3BucketResponseDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_source ⇒ Types::S3DataAccessAssetSourceEntry
Returns the value of attribute asset_source.
-
#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_source ⇒ Types::S3DataAccessAssetSourceEntry
Returns the value of attribute asset_source.
243 244 245 |
# File 'sig/types.rbs', line 243 def asset_source @asset_source end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
244 245 246 |
# File 'sig/types.rbs', line 244 def data_set_id @data_set_id end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
245 246 247 |
# File 'sig/types.rbs', line 245 def revision_id @revision_id end |