Class: Aws::Types::ManifestConfig
- Inherits:
-
Object
- Object
- Aws::Types::ManifestConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "TRANSFER"
Returns the value of attribute action.
-
#format ⇒ "CSV"
Returns the value of attribute format.
-
#source ⇒ Types::SourceManifestConfig
Returns the value of attribute source.
Instance Attribute Details
#action ⇒ "TRANSFER"
Returns the value of attribute action.
729 730 731 |
# File 'sig/types.rbs', line 729 def action @action end |
#format ⇒ "CSV"
Returns the value of attribute format.
730 731 732 |
# File 'sig/types.rbs', line 730 def format @format end |
#source ⇒ Types::SourceManifestConfig
Returns the value of attribute source.
731 732 733 |
# File 'sig/types.rbs', line 731 def source @source end |