Class: Aws::Health::Types::DescribeEventDetailsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Health::Types::DescribeEventDetailsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-health/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed_set ⇒ Array<Types::EventDetailsErrorItem>
Error messages for any events that could not be retrieved.
-
#successful_set ⇒ Array<Types::EventDetails>
Information about the events that could be retrieved.
Instance Attribute Details
#failed_set ⇒ Array<Types::EventDetailsErrorItem>
Error messages for any events that could not be retrieved.
533 534 535 536 537 538 |
# File 'lib/aws-sdk-health/types.rb', line 533 class DescribeEventDetailsResponse < Struct.new( :successful_set, :failed_set) SENSITIVE = [] include Aws::Structure end |
#successful_set ⇒ Array<Types::EventDetails>
Information about the events that could be retrieved.
533 534 535 536 537 538 |
# File 'lib/aws-sdk-health/types.rb', line 533 class DescribeEventDetailsResponse < Struct.new( :successful_set, :failed_set) SENSITIVE = [] include Aws::Structure end |