Class: Aws::Organizations::Types::ListAccountsWithInvalidEffectivePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::ListAccountsWithInvalidEffectivePolicyResponse
- Defined in:
- gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accounts ⇒ Array<Types::Account>
The accounts in the organization which have an invalid effective policy for the specified policy type.
-
#next_token ⇒ String
If present, indicates that more output is available than is included in the current response.
-
#policy_type ⇒ String
The specified policy type.
Instance Attribute Details
#accounts ⇒ Array<Types::Account>
The accounts in the organization which have an invalid effective policy for the specified policy type.
3269 3270 3271 3272 3273 3274 3275 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 3269 class ListAccountsWithInvalidEffectivePolicyResponse < Struct.new( :accounts, :policy_type, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If present, indicates that more output is available than is included
in the current response. Use this value in the NextToken request
parameter in a subsequent call to the operation to get the next part
of the output. You should repeat this until the NextToken response
element comes back as null.
3269 3270 3271 3272 3273 3274 3275 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 3269 class ListAccountsWithInvalidEffectivePolicyResponse < Struct.new( :accounts, :policy_type, :next_token) SENSITIVE = [] include Aws::Structure end |
#policy_type ⇒ String
The specified policy type. One of the following values:
3269 3270 3271 3272 3273 3274 3275 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 3269 class ListAccountsWithInvalidEffectivePolicyResponse < Struct.new( :accounts, :policy_type, :next_token) SENSITIVE = [] include Aws::Structure end |