Class: Aws::Types::CheckSummary
- Inherits:
-
Object
- Object
- Aws::Types::CheckSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_summary ⇒ ::Hash[("OKAY" | "WARNING" | "ERROR" | "NOT_AVAILABLE" | "FETCH_FAILED"), ::Integer]
Returns the value of attribute account_summary.
-
#choice_id ⇒ ::String
Returns the value of attribute choice_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#lens_arn ⇒ ::String
Returns the value of attribute lens_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#pillar_id ⇒ ::String
Returns the value of attribute pillar_id.
-
#provider ⇒ "TRUSTED_ADVISOR"
Returns the value of attribute provider.
-
#question_id ⇒ ::String
Returns the value of attribute question_id.
-
#status ⇒ "OKAY", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#account_summary ⇒ ::Hash[("OKAY" | "WARNING" | "ERROR" | "NOT_AVAILABLE" | "FETCH_FAILED"), ::Integer]
Returns the value of attribute account_summary.
211 212 213 |
# File 'sig/types.rbs', line 211 def account_summary @account_summary end |
#choice_id ⇒ ::String
Returns the value of attribute choice_id.
209 210 211 |
# File 'sig/types.rbs', line 209 def choice_id @choice_id end |
#description ⇒ ::String
Returns the value of attribute description.
204 205 206 |
# File 'sig/types.rbs', line 204 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
201 202 203 |
# File 'sig/types.rbs', line 201 def id @id end |
#lens_arn ⇒ ::String
Returns the value of attribute lens_arn.
206 207 208 |
# File 'sig/types.rbs', line 206 def lens_arn @lens_arn end |
#name ⇒ ::String
Returns the value of attribute name.
202 203 204 |
# File 'sig/types.rbs', line 202 def name @name end |
#pillar_id ⇒ ::String
Returns the value of attribute pillar_id.
207 208 209 |
# File 'sig/types.rbs', line 207 def pillar_id @pillar_id end |
#provider ⇒ "TRUSTED_ADVISOR"
Returns the value of attribute provider.
203 204 205 |
# File 'sig/types.rbs', line 203 def provider @provider end |
#question_id ⇒ ::String
Returns the value of attribute question_id.
208 209 210 |
# File 'sig/types.rbs', line 208 def question_id @question_id end |
#status ⇒ "OKAY", ...
Returns the value of attribute status.
210 211 212 |
# File 'sig/types.rbs', line 210 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
205 206 207 |
# File 'sig/types.rbs', line 205 def updated_at @updated_at end |