Class: Aws::DevOpsGuru::Types::DescribeOrganizationResourceCollectionHealthRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::DescribeOrganizationResourceCollectionHealthRequest
- 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.
-
#max_results ⇒ Integer
The maximum number of results to return with a single call.
-
#next_token ⇒ String
The pagination token to use to retrieve the next page of results for this operation.
-
#organization_resource_collection_type ⇒ String
An Amazon Web Services resource collection type.
-
#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.
937 938 939 940 941 942 943 944 945 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 937 class DescribeOrganizationResourceCollectionHealthRequest < Struct.new( :organization_resource_collection_type, :account_ids, :organizational_unit_ids, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned ‘nextToken` value.
937 938 939 940 941 942 943 944 945 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 937 class DescribeOrganizationResourceCollectionHealthRequest < Struct.new( :organization_resource_collection_type, :account_ids, :organizational_unit_ids, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
937 938 939 940 941 942 943 944 945 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 937 class DescribeOrganizationResourceCollectionHealthRequest < Struct.new( :organization_resource_collection_type, :account_ids, :organizational_unit_ids, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#organization_resource_collection_type ⇒ String
An Amazon Web Services resource collection type. This type specifies how analyzed Amazon Web Services resources are defined. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks.
937 938 939 940 941 942 943 944 945 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 937 class DescribeOrganizationResourceCollectionHealthRequest < Struct.new( :organization_resource_collection_type, :account_ids, :organizational_unit_ids, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#organizational_unit_ids ⇒ Array<String>
The ID of the organizational unit.
937 938 939 940 941 942 943 944 945 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 937 class DescribeOrganizationResourceCollectionHealthRequest < Struct.new( :organization_resource_collection_type, :account_ids, :organizational_unit_ids, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |