Class: Aws::Types::JobManifestSpec
- Inherits:
-
Object
- Object
- Aws::Types::JobManifestSpec
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fields ⇒ ::Array[("Ignore" | "Bucket" | "Key" | "VersionId")]
Returns the value of attribute fields.
-
#format ⇒ "S3BatchOperations_CSV_20180820", "S3InventoryReport_CSV_20161130"
Returns the value of attribute format.
Instance Attribute Details
#fields ⇒ ::Array[("Ignore" | "Bucket" | "Key" | "VersionId")]
Returns the value of attribute fields.
995 996 997 |
# File 'sig/types.rbs', line 995 def fields @fields end |
#format ⇒ "S3BatchOperations_CSV_20180820", "S3InventoryReport_CSV_20161130"
Returns the value of attribute format.
994 995 996 |
# File 'sig/types.rbs', line 994 def format @format end |