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.
10660 10661 10662 |
# File 'sig/types.rbs', line 10660 def attribute_names @attribute_names end |
#hub_access_config ⇒ Types::HubAccessConfig
Returns the value of attribute hub_access_config.
10663 10664 10665 |
# File 'sig/types.rbs', line 10663 def hub_access_config @hub_access_config end |
#instance_group_names ⇒ ::Array[::String]
Returns the value of attribute instance_group_names.
10661 10662 10663 |
# File 'sig/types.rbs', line 10661 def instance_group_names @instance_group_names end |
#model_access_config ⇒ Types::ModelAccessConfig
Returns the value of attribute model_access_config.
10662 10663 10664 |
# File 'sig/types.rbs', line 10662 def model_access_config @model_access_config end |
#s3_data_distribution_type ⇒ "FullyReplicated", "ShardedByS3Key"
Returns the value of attribute s3_data_distribution_type.
10659 10660 10661 |
# File 'sig/types.rbs', line 10659 def s3_data_distribution_type @s3_data_distribution_type end |
#s3_data_type ⇒ "ManifestFile", ...
Returns the value of attribute s3_data_type.
10657 10658 10659 |
# File 'sig/types.rbs', line 10657 def s3_data_type @s3_data_type end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
10658 10659 10660 |
# File 'sig/types.rbs', line 10658 def s3_uri @s3_uri end |