Class: Aws::Types::InferenceS3OutputConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::InferenceS3OutputConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
544 545 546 |
# File 'sig/types.rbs', line 544 def bucket @bucket end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
545 546 547 |
# File 'sig/types.rbs', line 545 def prefix @prefix end |