Class: Aws::Types::CreateS3DataAccessFromS3BucketRequestDetails
- Inherits:
-
Object
- Object
- Aws::Types::CreateS3DataAccessFromS3BucketRequestDetails
- 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.
236 237 238 |
# File 'sig/types.rbs', line 236 def asset_source @asset_source end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
237 238 239 |
# File 'sig/types.rbs', line 237 def data_set_id @data_set_id end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
238 239 240 |
# File 'sig/types.rbs', line 238 def revision_id @revision_id end |