Class: Aws::DevOpsGuru::Types::DescribeOrganizationHealthRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::DescribeOrganizationHealthRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_ids ⇒ Array<String>
The ID of the Amazon Web Services account.
-
#organizational_unit_ids ⇒ Array<String>
The ID of the organizational unit.
Instance Attribute Details
#account_ids ⇒ Array<String>
The ID of the Amazon Web Services account.
815 816 817 818 819 820 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 815 class DescribeOrganizationHealthRequest < Struct.new( :account_ids, :organizational_unit_ids) SENSITIVE = [] include Aws::Structure end |
#organizational_unit_ids ⇒ Array<String>
The ID of the organizational unit.
815 816 817 818 819 820 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 815 class DescribeOrganizationHealthRequest < Struct.new( :account_ids, :organizational_unit_ids) SENSITIVE = [] include Aws::Structure end |