Class: Aws::Health::Types::DescribeEventDetailsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Health::Types::DescribeEventDetailsRequest
- Defined in:
- gems/aws-sdk-health/lib/aws-sdk-health/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_arns ⇒ Array<String>
A list of event ARNs (unique identifiers).
-
#locale ⇒ String
The locale (language) to return information in.
Instance Attribute Details
#event_arns ⇒ Array<String>
A list of event ARNs (unique identifiers). For example:
"arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-CDE456",
"arn:aws:health:us-west-1::event/EBS/AWS_EBS_LOST_VOLUME/AWS_EBS_LOST_VOLUME_CHI789_JKL101"
516 517 518 519 520 521 |
# File 'gems/aws-sdk-health/lib/aws-sdk-health/types.rb', line 516 class DescribeEventDetailsRequest < Struct.new( :event_arns, :locale) SENSITIVE = [] include Aws::Structure end |
#locale ⇒ String
The locale (language) to return information in. English (en) is the default and the only supported value at this time.
516 517 518 519 520 521 |
# File 'gems/aws-sdk-health/lib/aws-sdk-health/types.rb', line 516 class DescribeEventDetailsRequest < Struct.new( :event_arns, :locale) SENSITIVE = [] include Aws::Structure end |