Class: Aws::Types::AssessmentReportMetadata
- Inherits:
-
Object
- Object
- Aws::Types::AssessmentReportMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assessment_id ⇒ ::String
Returns the value of attribute assessment_id.
-
#assessment_name ⇒ ::String
Returns the value of attribute assessment_name.
-
#author ⇒ ::String
Returns the value of attribute author.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "COMPLETE", ...
Returns the value of attribute status.
Instance Attribute Details
#assessment_id ⇒ ::String
Returns the value of attribute assessment_id.
177 178 179 |
# File 'sig/types.rbs', line 177 def assessment_id @assessment_id end |
#assessment_name ⇒ ::String
Returns the value of attribute assessment_name.
178 179 180 |
# File 'sig/types.rbs', line 178 def assessment_name @assessment_name end |
#author ⇒ ::String
Returns the value of attribute author.
179 180 181 |
# File 'sig/types.rbs', line 179 def @author end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
181 182 183 |
# File 'sig/types.rbs', line 181 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
176 177 178 |
# File 'sig/types.rbs', line 176 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
174 175 176 |
# File 'sig/types.rbs', line 174 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
175 176 177 |
# File 'sig/types.rbs', line 175 def name @name end |
#status ⇒ "COMPLETE", ...
Returns the value of attribute status.
180 181 182 |
# File 'sig/types.rbs', line 180 def status @status end |