Class: Aws::Types::PutReportDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutReportDefinitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#report_definition ⇒ Types::ReportDefinition
Returns the value of attribute report_definition.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#report_definition ⇒ Types::ReportDefinition
Returns the value of attribute report_definition.
63 64 65 |
# File 'sig/types.rbs', line 63 def report_definition @report_definition end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
64 65 66 |
# File 'sig/types.rbs', line 64 def end |