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
show all
Defined in:
(unknown)

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The 12-digit AWS account number that contains the affected entity.

Returns:

  • (String)

    The 12-digit AWS account number that contains the affected entity.

#entity_arnString

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

Returns:

  • (String)

    The unique identifier for the entity.

#entity_urlString

The URL of the affected entity.

Returns:

  • (String)

    The URL of the affected entity.

#entity_valueString

The ID of the affected entity.

Returns:

  • (String)

    The ID of the affected entity.

#event_arnString

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

Returns:

  • (String)

    The unique identifier for the event.

#last_updated_timeTime

The most recent time that the entity was updated.

Returns:

  • (Time)

    The most recent time that the entity was updated.

#status_codeString

The most recent status of the entity affected by the event. The possible values are IMPAIRED, UNIMPAIRED, and UNKNOWN.

Possible values:

  • IMPAIRED
  • UNIMPAIRED
  • UNKNOWN

Returns:

  • (String)

    The most recent status of the entity affected by the event.

#tagsHash<String,String>

A map of entity tags attached to the affected entity.

Currently, the tags property isn\'t supported.

Returns:

  • (Hash<String,String>)

    A map of entity tags attached to the affected entity.