Class: Aws::Health::Types::DescribeEventDetailsForOrganizationResponse

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::OrganizationEventDetailsErrorItem>

Error messages for any events that could not be retrieved.



496
497
498
499
500
501
# File 'gems/aws-sdk-health/lib/aws-sdk-health/types.rb', line 496

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

#successful_setArray<Types::OrganizationEventDetails>

Information about the events that could be retrieved.



496
497
498
499
500
501
# File 'gems/aws-sdk-health/lib/aws-sdk-health/types.rb', line 496

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