Class: Aws::Types::S3DataSource
- Inherits:
-
Object
- Object
- Aws::Types::S3DataSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_names ⇒ ::Array[::String]
Returns the value of attribute attribute_names.
-
#hub_access_config ⇒ Types::HubAccessConfig
Returns the value of attribute hub_access_config.
-
#instance_group_names ⇒ ::Array[::String]
Returns the value of attribute instance_group_names.
-
#model_access_config ⇒ Types::ModelAccessConfig
Returns the value of attribute model_access_config.
-
#s3_data_distribution_type ⇒ "FullyReplicated", "ShardedByS3Key"
Returns the value of attribute s3_data_distribution_type.
-
#s3_data_type ⇒ "ManifestFile", ...
Returns the value of attribute s3_data_type.
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
Instance Attribute Details
#attribute_names ⇒ ::Array[::String]
Returns the value of attribute attribute_names.
10638 10639 10640 |
# File 'sig/types.rbs', line 10638 def attribute_names @attribute_names end |
#hub_access_config ⇒ Types::HubAccessConfig
Returns the value of attribute hub_access_config.
10641 10642 10643 |
# File 'sig/types.rbs', line 10641 def hub_access_config @hub_access_config end |
#instance_group_names ⇒ ::Array[::String]
Returns the value of attribute instance_group_names.
10639 10640 10641 |
# File 'sig/types.rbs', line 10639 def instance_group_names @instance_group_names end |
#model_access_config ⇒ Types::ModelAccessConfig
Returns the value of attribute model_access_config.
10640 10641 10642 |
# File 'sig/types.rbs', line 10640 def model_access_config @model_access_config end |
#s3_data_distribution_type ⇒ "FullyReplicated", "ShardedByS3Key"
Returns the value of attribute s3_data_distribution_type.
10637 10638 10639 |
# File 'sig/types.rbs', line 10637 def s3_data_distribution_type @s3_data_distribution_type end |
#s3_data_type ⇒ "ManifestFile", ...
Returns the value of attribute s3_data_type.
10635 10636 10637 |
# File 'sig/types.rbs', line 10635 def s3_data_type @s3_data_type end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
10636 10637 10638 |
# File 'sig/types.rbs', line 10636 def s3_uri @s3_uri end |