Class: Aws::Types::S3SourceAdditionalOptions
- Inherits:
-
Object
- Object
- Aws::Types::S3SourceAdditionalOptions
- 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.
Instance Attribute Details
#bounded_files ⇒ ::Integer
Returns the value of attribute bounded_files.
6730 6731 6732 |
# File 'sig/types.rbs', line 6730 def bounded_files @bounded_files end |
#bounded_size ⇒ ::Integer
Returns the value of attribute bounded_size.
6729 6730 6731 |
# File 'sig/types.rbs', line 6729 def bounded_size @bounded_size end |