Class: Aws::Health::Types::DescribeEventDetailsForOrganizationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Health::Types::DescribeEventDetailsForOrganizationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-health/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#locale ⇒ String
The locale (language) to return information in.
-
#organization_event_detail_filters ⇒ Array<Types::EventAccountFilter>
A set of JSON elements that includes the ‘awsAccountId` and the `eventArn`.
Instance Attribute Details
#locale ⇒ String
The locale (language) to return information in. English (en) is the default and the only supported value at this time.
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_filters ⇒ Array<Types::EventAccountFilter>
A set of JSON elements that includes the ‘awsAccountId` and the `eventArn`.
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 |