Class: Aws::ConfigService::Types::GetOrganizationConfigRuleDetailedStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::GetOrganizationConfigRuleDetailedStatusResponse
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The
nextToken
string returned on a previous page that you use to get the next page of results in a paginated response. -
#organization_config_rule_detailed_status ⇒ Array<Types::MemberAccountStatus>
A list of
MemberAccountStatus
objects.
Instance Attribute Details
#next_token ⇒ String
The nextToken
string returned on a previous page that you use to
get the next page of results in a paginated response.
4955 4956 4957 4958 4959 4960 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4955 class GetOrganizationConfigRuleDetailedStatusResponse < Struct.new( :organization_config_rule_detailed_status, :next_token) SENSITIVE = [] include Aws::Structure end |
#organization_config_rule_detailed_status ⇒ Array<Types::MemberAccountStatus>
A list of MemberAccountStatus
objects.
4955 4956 4957 4958 4959 4960 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4955 class GetOrganizationConfigRuleDetailedStatusResponse < Struct.new( :organization_config_rule_detailed_status, :next_token) SENSITIVE = [] include Aws::Structure end |