class Aws::Health::Types::DescribeEventDetailsForOrganizationRequest

@note When making an API call, you may pass DescribeEventDetailsForOrganizationRequest

data as a hash:

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

@!attribute [rw] organization_event_detail_filters

A set of JSON elements that includes the `awsAccountId` and the
`eventArn`.
@return [Array<Types::EventAccountFilter>]

@!attribute [rw] locale

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

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

Constants

SENSITIVE