You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Health::Types::OrganizationEventDetails

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Detailed information about an event. A combination of an Event object, an EventDescription object, and additional metadata about the event. Returned by the DescribeEventDetailsForOrganization operation.

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The 12-digit AWS account numbers that contains the affected entities.

Returns:

  • (String)

    The 12-digit AWS account numbers that contains the affected entities.

#eventTypes::Event

Summary information about an AWS Health event.

AWS Health events can be public or account-specific:

  • Public events might be service events that are not specific to an AWS account. For example, if there is an issue with an AWS Region, AWS Health provides information about the event, even if you don't use services or resources in that Region.

  • Account-specific events are specific to either your AWS account or an account in your organization. For example, if there's an issue with Amazon Elastic Compute Cloud in a Region that you use, AWS Health provides information about the event and the affected resources in the account.

You can determine if an event is public or account-specific by using the eventScopeCode parameter. For more information, see eventScopeCode.

Returns:

  • (Types::Event)

    Summary information about an AWS Health event.

    AWS Health events can be public or account-specific:

    • Public events might be service events that are not specific to an AWS account.

#event_descriptionTypes::EventDescription

The detailed description of the event. Included in the information returned by the DescribeEventDetails operation.

Returns:

#event_metadataHash<String,String>

Additional metadata about the event.

Returns:

  • (Hash<String,String>)

    Additional metadata about the event.