Class: Aws::Types::CoverageResource
- Inherits:
-
Object
- Object
- Aws::Types::CoverageResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#coverage_status ⇒ "HEALTHY", "UNHEALTHY"
Returns the value of attribute coverage_status.
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
-
#issue ⇒ ::String
Returns the value of attribute issue.
-
#resource_details ⇒ Types::CoverageResourceDetails
Returns the value of attribute resource_details.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
413 414 415 |
# File 'sig/types.rbs', line 413 def account_id @account_id end |
#coverage_status ⇒ "HEALTHY", "UNHEALTHY"
Returns the value of attribute coverage_status.
415 416 417 |
# File 'sig/types.rbs', line 415 def coverage_status @coverage_status end |
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
412 413 414 |
# File 'sig/types.rbs', line 412 def detector_id @detector_id end |
#issue ⇒ ::String
Returns the value of attribute issue.
416 417 418 |
# File 'sig/types.rbs', line 416 def issue @issue end |
#resource_details ⇒ Types::CoverageResourceDetails
Returns the value of attribute resource_details.
414 415 416 |
# File 'sig/types.rbs', line 414 def resource_details @resource_details end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
411 412 413 |
# File 'sig/types.rbs', line 411 def resource_id @resource_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
417 418 419 |
# File 'sig/types.rbs', line 417 def updated_at @updated_at end |