class Aws::Health::Types::AffectedEntity

Information about an entity that is affected by a Health event.

@!attribute [rw] entity_arn

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`
@return [String]

@!attribute [rw] event_arn

The unique identifier for the event. The event ARN has the
`arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID
` format.

For example, an event ARN might look like the following:

`arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
@return [String]

@!attribute [rw] entity_value

The ID of the affected entity.
@return [String]

@!attribute [rw] entity_url

The URL of the affected entity.
@return [String]

@!attribute [rw] aws_account_id

The 12-digit AWS account number that contains the affected entity.
@return [String]

@!attribute [rw] last_updated_time

The most recent time that the entity was updated.
@return [Time]

@!attribute [rw] status_code

The most recent status of the entity affected by the event. The
possible values are `IMPAIRED`, `UNIMPAIRED`, and `UNKNOWN`.
@return [String]

@!attribute [rw] tags

A map of entity tags attached to the affected entity.

<note markdown="1"> Currently, the `tags` property isn't supported.

 </note>
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/health-2016-08-04/AffectedEntity AWS API Documentation

Constants

SENSITIVE