Class: Aws::Health::Types::DescribeHealthServiceStatusForOrganizationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Health::Types::DescribeHealthServiceStatusForOrganizationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-health/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#health_service_access_status_for_organization ⇒ String
Information about the status of enabling or disabling the Health organizational view feature in your organization.
Instance Attribute Details
#health_service_access_status_for_organization ⇒ String
Information about the status of enabling or disabling the Health organizational view feature in your organization.
Valid values are ‘ENABLED | DISABLED | PENDING`.
721 722 723 724 725 |
# File 'lib/aws-sdk-health/types.rb', line 721 class DescribeHealthServiceStatusForOrganizationResponse < Struct.new( :health_service_access_status_for_organization) SENSITIVE = [] include Aws::Structure end |