Class: Aws::Types::AnalysisSummary
- Inherits:
-
Object
- Object
- Aws::Types::AnalysisSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_id ⇒ ::String
Returns the value of attribute analysis_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#analysis_id ⇒ ::String
Returns the value of attribute analysis_id.
284 285 286 |
# File 'sig/types.rbs', line 284 def analysis_id @analysis_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
283 284 285 |
# File 'sig/types.rbs', line 283 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
287 288 289 |
# File 'sig/types.rbs', line 287 def created_time @created_time end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
288 289 290 |
# File 'sig/types.rbs', line 288 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
285 286 287 |
# File 'sig/types.rbs', line 285 def name @name end |
#status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute status.
286 287 288 |
# File 'sig/types.rbs', line 286 def status @status end |