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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-health/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


479
480
481
482
483
484
# File 'lib/aws-sdk-health/types.rb', line 479

class DescribeEventDetailsForOrganizationRequest < Struct.new(
  :organization_event_detail_filters,
  :locale)
  SENSITIVE = []
  include Aws::Structure
end

#organization_event_detail_filtersArray<Types::EventAccountFilter>

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

Returns:



479
480
481
482
483
484
# File 'lib/aws-sdk-health/types.rb', line 479

class DescribeEventDetailsForOrganizationRequest < Struct.new(
  :organization_event_detail_filters,
  :locale)
  SENSITIVE = []
  include Aws::Structure
end