Class: Aws::Types::S3DataSource

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_names::Array[::String]

Returns the value of attribute attribute_names.

Returns:

  • (::Array[::String])


10645
10646
10647
# File 'sig/types.rbs', line 10645

def attribute_names
  @attribute_names
end

#hub_access_configTypes::HubAccessConfig

Returns the value of attribute hub_access_config.



10648
10649
10650
# File 'sig/types.rbs', line 10648

def hub_access_config
  @hub_access_config
end

#instance_group_names::Array[::String]

Returns the value of attribute instance_group_names.

Returns:

  • (::Array[::String])


10646
10647
10648
# File 'sig/types.rbs', line 10646

def instance_group_names
  @instance_group_names
end

#model_access_configTypes::ModelAccessConfig

Returns the value of attribute model_access_config.



10647
10648
10649
# File 'sig/types.rbs', line 10647

def model_access_config
  @model_access_config
end

#s3_data_distribution_type"FullyReplicated", "ShardedByS3Key"

Returns the value of attribute s3_data_distribution_type.

Returns:

  • ("FullyReplicated", "ShardedByS3Key")


10644
10645
10646
# File 'sig/types.rbs', line 10644

def s3_data_distribution_type
  @s3_data_distribution_type
end

#s3_data_type"ManifestFile", ...

Returns the value of attribute s3_data_type.

Returns:

  • ("ManifestFile", "S3Prefix", "AugmentedManifestFile", "Converse")


10642
10643
10644
# File 'sig/types.rbs', line 10642

def s3_data_type
  @s3_data_type
end

#s3_uri::String

Returns the value of attribute s3_uri.

Returns:

  • (::String)


10643
10644
10645
# File 'sig/types.rbs', line 10643

def s3_uri
  @s3_uri
end