Class: Aws::Types::ReportWithRawData
- Inherits:
-
Object
- Object
- Aws::Types::ReportWithRawData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data ⇒ ::String
Returns the value of attribute data.
-
#report_arn ⇒ ::String
Returns the value of attribute report_arn.
Instance Attribute Details
#data ⇒ ::String
Returns the value of attribute data.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def data @data end |
#report_arn ⇒ ::String
Returns the value of attribute report_arn.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def report_arn @report_arn end |