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.
6757 6758 6759 |
# File 'sig/types.rbs', line 6757 def bounded_files @bounded_files end |
#bounded_size ⇒ ::Integer
Returns the value of attribute bounded_size.
6756 6757 6758 |
# File 'sig/types.rbs', line 6756 def bounded_size @bounded_size end |