Class: Aws::Types::ModifyReportDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyReportDefinitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#report_definition ⇒ Types::ReportDefinition
Returns the value of attribute report_definition.
-
#report_name ⇒ ::String
Returns the value of attribute report_name.
Instance Attribute Details
#report_definition ⇒ Types::ReportDefinition
Returns the value of attribute report_definition.
55 56 57 |
# File 'sig/types.rbs', line 55 def report_definition @report_definition end |
#report_name ⇒ ::String
Returns the value of attribute report_name.
54 55 56 |
# File 'sig/types.rbs', line 54 def report_name @report_name end |