Class: Aws::Types::CheckDetail
- Inherits:
-
Object
- Object
- Aws::Types::CheckDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#choice_id ⇒ ::String
Returns the value of attribute choice_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#flagged_resources ⇒ ::Integer
Returns the value of attribute flagged_resources.
-
#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.
-
#reason ⇒ "ASSUME_ROLE_ERROR", ...
Returns the value of attribute reason.
-
#status ⇒ "OKAY", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
193 194 195 |
# File 'sig/types.rbs', line 193 def account_id @account_id end |
#choice_id ⇒ ::String
Returns the value of attribute choice_id.
191 192 193 |
# File 'sig/types.rbs', line 191 def choice_id @choice_id end |
#description ⇒ ::String
Returns the value of attribute description.
186 187 188 |
# File 'sig/types.rbs', line 186 def description @description end |
#flagged_resources ⇒ ::Integer
Returns the value of attribute flagged_resources.
194 195 196 |
# File 'sig/types.rbs', line 194 def flagged_resources @flagged_resources end |
#id ⇒ ::String
Returns the value of attribute id.
184 185 186 |
# File 'sig/types.rbs', line 184 def id @id end |
#lens_arn ⇒ ::String
Returns the value of attribute lens_arn.
188 189 190 |
# File 'sig/types.rbs', line 188 def lens_arn @lens_arn end |
#name ⇒ ::String
Returns the value of attribute name.
185 186 187 |
# File 'sig/types.rbs', line 185 def name @name end |
#pillar_id ⇒ ::String
Returns the value of attribute pillar_id.
189 190 191 |
# File 'sig/types.rbs', line 189 def pillar_id @pillar_id end |
#provider ⇒ "TRUSTED_ADVISOR"
Returns the value of attribute provider.
187 188 189 |
# File 'sig/types.rbs', line 187 def provider @provider end |
#question_id ⇒ ::String
Returns the value of attribute question_id.
190 191 192 |
# File 'sig/types.rbs', line 190 def question_id @question_id end |
#reason ⇒ "ASSUME_ROLE_ERROR", ...
Returns the value of attribute reason.
195 196 197 |
# File 'sig/types.rbs', line 195 def reason @reason end |
#status ⇒ "OKAY", ...
Returns the value of attribute status.
192 193 194 |
# File 'sig/types.rbs', line 192 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
196 197 198 |
# File 'sig/types.rbs', line 196 def updated_at @updated_at end |