Class: Aws::Types::ReportGroup
- Inherits:
-
Object
- Object
- Aws::Types::ReportGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created ⇒ ::Time
Returns the value of attribute created.
-
#export_config ⇒ Types::ReportExportConfig
Returns the value of attribute export_config.
-
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "ACTIVE", "DELETING"
Returns the value of attribute status.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#type ⇒ "TEST", "CODE_COVERAGE"
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def arn @arn end |
#created ⇒ ::Time
Returns the value of attribute created.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def created @created end |
#export_config ⇒ Types::ReportExportConfig
Returns the value of attribute export_config.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def export_config @export_config end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
1073 1074 1075 |
# File 'sig/types.rbs', line 1073 def last_modified @last_modified end |
#name ⇒ ::String
Returns the value of attribute name.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def name @name end |
#status ⇒ "ACTIVE", "DELETING"
Returns the value of attribute status.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def @tags end |
#type ⇒ "TEST", "CODE_COVERAGE"
Returns the value of attribute type.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def type @type end |