Class: Aws::Types::CreateReportGroupInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateReportGroupInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#export_config ⇒ Types::ReportExportConfig
Returns the value of attribute export_config.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#type ⇒ "TEST", "CODE_COVERAGE"
Returns the value of attribute type.
Instance Attribute Details
#export_config ⇒ Types::ReportExportConfig
Returns the value of attribute export_config.
382 383 384 |
# File 'sig/types.rbs', line 382 def export_config @export_config end |
#name ⇒ ::String
Returns the value of attribute name.
380 381 382 |
# File 'sig/types.rbs', line 380 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
383 384 385 |
# File 'sig/types.rbs', line 383 def end |
#type ⇒ "TEST", "CODE_COVERAGE"
Returns the value of attribute type.
381 382 383 |
# File 'sig/types.rbs', line 381 def type @type end |