You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Health::Types::AffectedEntity
- Inherits:
-
Struct
- Object
- Struct
- Aws::Health::Types::AffectedEntity
- Defined in:
- (unknown)
Overview
Information about an entity that is affected by a Health event.
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The 12-digit AWS account number that contains the affected entity.
-
#entity_arn ⇒ String
The unique identifier for the entity.
-
#entity_url ⇒ String
The URL of the affected entity.
-
#entity_value ⇒ String
The ID of the affected entity.
-
#event_arn ⇒ String
The unique identifier for the event.
-
#last_updated_time ⇒ Time
The most recent time that the entity was updated.
-
#status_code ⇒ String
The most recent status of the entity affected by the event.
-
#tags ⇒ Hash<String,String>
A map of entity tags attached to the affected entity.
Instance Attribute Details
#aws_account_id ⇒ String
The 12-digit AWS account number that contains the affected entity.
#entity_arn ⇒ String
The unique identifier for the entity. Format:
arn:aws:health:entity-region:aws-account:entity/entity-id
. Example:
arn:aws:health:us-east-1:111222333444:entity/AVh5GGT7ul1arKr1sE1K
#entity_url ⇒ String
The URL of the affected entity.
#entity_value ⇒ String
The ID of the affected entity.
#event_arn ⇒ String
The unique identifier for the event. Format:
arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID
. Example: Example:
arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456
#last_updated_time ⇒ Time
The most recent time that the entity was updated.
#status_code ⇒ String
The most recent status of the entity affected by the event. The possible
values are IMPAIRED
, UNIMPAIRED
, and UNKNOWN
.
Possible values:
- IMPAIRED
- UNIMPAIRED
- UNKNOWN
#tags ⇒ Hash<String,String>
A map of entity tags attached to the affected entity.
tags
property isn\'t supported.