Class: Aws::Types::S3DirectSourceAdditionalOptions
- Inherits:
-
Object
- Object
- Aws::Types::S3DirectSourceAdditionalOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bounded_files ⇒ ::Integer
Returns the value of attribute bounded_files.
-
#bounded_size ⇒ ::Integer
Returns the value of attribute bounded_size.
-
#enable_sample_path ⇒ Boolean
Returns the value of attribute enable_sample_path.
-
#sample_path ⇒ ::String
Returns the value of attribute sample_path.
Instance Attribute Details
#bounded_files ⇒ ::Integer
Returns the value of attribute bounded_files.
6523 6524 6525 |
# File 'sig/types.rbs', line 6523 def bounded_files @bounded_files end |
#bounded_size ⇒ ::Integer
Returns the value of attribute bounded_size.
6522 6523 6524 |
# File 'sig/types.rbs', line 6522 def bounded_size @bounded_size end |
#enable_sample_path ⇒ Boolean
Returns the value of attribute enable_sample_path.
6524 6525 6526 |
# File 'sig/types.rbs', line 6524 def enable_sample_path @enable_sample_path end |
#sample_path ⇒ ::String
Returns the value of attribute sample_path.
6525 6526 6527 |
# File 'sig/types.rbs', line 6525 def sample_path @sample_path end |