Class: Aws::Health::Types::DescribeHealthServiceStatusForOrganizationResponse

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

#health_service_access_status_for_organizationString

Information about the status of enabling or disabling the Health organizational view feature in your organization.

Valid values are ENABLED | DISABLED | PENDING.

Returns:

  • (String)


721
722
723
724
725
# File 'gems/aws-sdk-health/lib/aws-sdk-health/types.rb', line 721

class DescribeHealthServiceStatusForOrganizationResponse < Struct.new(
  :health_service_access_status_for_organization)
  SENSITIVE = []
  include Aws::Structure
end