Class: Aws::Types::UpdateReportGroupInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateReportGroupInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#export_config ⇒ Types::ReportExportConfig
Returns the value of attribute export_config.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1487 1488 1489 |
# File 'sig/types.rbs', line 1487 def arn @arn end |
#export_config ⇒ Types::ReportExportConfig
Returns the value of attribute export_config.
1488 1489 1490 |
# File 'sig/types.rbs', line 1488 def export_config @export_config end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1489 1490 1491 |
# File 'sig/types.rbs', line 1489 def end |