Class: Aws::Types::S3MachineLearningModelResourceData
- Inherits:
-
Object
- Object
- Aws::Types::S3MachineLearningModelResourceData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_path ⇒ ::String
Returns the value of attribute destination_path.
-
#owner_setting ⇒ Types::ResourceDownloadOwnerSetting
Returns the value of attribute owner_setting.
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
Instance Attribute Details
#destination_path ⇒ ::String
Returns the value of attribute destination_path.
1370 1371 1372 |
# File 'sig/types.rbs', line 1370 def destination_path @destination_path end |
#owner_setting ⇒ Types::ResourceDownloadOwnerSetting
Returns the value of attribute owner_setting.
1371 1372 1373 |
# File 'sig/types.rbs', line 1371 def owner_setting @owner_setting end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
1372 1373 1374 |
# File 'sig/types.rbs', line 1372 def s3_uri @s3_uri end |