Class: Aws::Types::S3ReportLocation
- Inherits:
-
Object
- Object
- Aws::Types::S3ReportLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#object_key ⇒ ::String
Returns the value of attribute object_key.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
347 348 349 |
# File 'sig/types.rbs', line 347 def bucket_name @bucket_name end |
#object_key ⇒ ::String
Returns the value of attribute object_key.
348 349 350 |
# File 'sig/types.rbs', line 348 def object_key @object_key end |