Class: Aws::Types::S3DirectSourceAdditionalOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bounded_files::Integer

Returns the value of attribute bounded_files.

Returns:

  • (::Integer)


6565
6566
6567
# File 'sig/types.rbs', line 6565

def bounded_files
  @bounded_files
end

#bounded_size::Integer

Returns the value of attribute bounded_size.

Returns:

  • (::Integer)


6564
6565
6566
# File 'sig/types.rbs', line 6564

def bounded_size
  @bounded_size
end

#enable_sample_pathBoolean

Returns the value of attribute enable_sample_path.

Returns:

  • (Boolean)


6566
6567
6568
# File 'sig/types.rbs', line 6566

def enable_sample_path
  @enable_sample_path
end

#sample_path::String

Returns the value of attribute sample_path.

Returns:

  • (::String)


6567
6568
6569
# File 'sig/types.rbs', line 6567

def sample_path
  @sample_path
end