Class: Aws::Types::AssessmentReport
- Inherits:
-
Object
- Object
- Aws::Types::AssessmentReport
- 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.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#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.
158 159 160 |
# File 'sig/types.rbs', line 158 def assessment_id @assessment_id end |
#assessment_name ⇒ ::String
Returns the value of attribute assessment_name.
159 160 161 |
# File 'sig/types.rbs', line 159 def assessment_name @assessment_name end |
#author ⇒ ::String
Returns the value of attribute author.
160 161 162 |
# File 'sig/types.rbs', line 160 def @author end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
157 158 159 |
# File 'sig/types.rbs', line 157 def aws_account_id @aws_account_id end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
162 163 164 |
# File 'sig/types.rbs', line 162 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
156 157 158 |
# File 'sig/types.rbs', line 156 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
154 155 156 |
# File 'sig/types.rbs', line 154 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
155 156 157 |
# File 'sig/types.rbs', line 155 def name @name end |
#status ⇒ "COMPLETE", ...
Returns the value of attribute status.
161 162 163 |
# File 'sig/types.rbs', line 161 def status @status end |