Class: Aws::Types::S3BatchJobIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::S3BatchJobIdentifier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#identifier ⇒ Types::JobIdentifier
Returns the value of attribute identifier.
-
#key_prefix ⇒ ::String
Returns the value of attribute key_prefix.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
906 907 908 |
# File 'sig/types.rbs', line 906 def bucket @bucket end |
#identifier ⇒ Types::JobIdentifier
Returns the value of attribute identifier.
907 908 909 |
# File 'sig/types.rbs', line 907 def identifier @identifier end |
#key_prefix ⇒ ::String
Returns the value of attribute key_prefix.
908 909 910 |
# File 'sig/types.rbs', line 908 def key_prefix @key_prefix end |