Class: Aws::Types::ErrorReportLocation
- Inherits:
-
Object
- Object
- Aws::Types::ErrorReportLocation
- 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.
2102 2103 2104 |
# File 'sig/types.rbs', line 2102 def bucket @bucket end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
2103 2104 2105 |
# File 'sig/types.rbs', line 2103 def prefix @prefix end |