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

Class: Aws::Health::Types::DescribeEventDetailsForOrganizationRequest

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

Overview

Note:

When passing DescribeEventDetailsForOrganizationRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  organization_event_detail_filters: [ # required
    {
      event_arn: "eventArn", # required
      aws_account_id: "accountId",
    },
  ],
  locale: "locale",
}

Instance Attribute Summary collapse

Instance Attribute Details

#localeString

The locale (language) to return information in. English (en) is the default and the only supported value at this time.

Returns:

  • (String)

    The locale (language) to return information in.

#organization_event_detail_filtersArray<Types::EventAccountFilter>

A set of JSON elements that includes the awsAccountId and the eventArn.

Returns: