Class: Aws::Health::Types::DescribeEventDetailsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failed_setArray<Types::EventDetailsErrorItem>

Error messages for any events that could not be retrieved.

Returns:



533
534
535
536
537
538
# File 'gems/aws-sdk-health/lib/aws-sdk-health/types.rb', line 533

class DescribeEventDetailsResponse < Struct.new(
  :successful_set,
  :failed_set)
  SENSITIVE = []
  include Aws::Structure
end

#successful_setArray<Types::EventDetails>

Information about the events that could be retrieved.

Returns:



533
534
535
536
537
538
# File 'gems/aws-sdk-health/lib/aws-sdk-health/types.rb', line 533

class DescribeEventDetailsResponse < Struct.new(
  :successful_set,
  :failed_set)
  SENSITIVE = []
  include Aws::Structure
end