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.
3239 3240 3241 3242 3243 3244 3245 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 3239 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.
3239 3240 3241 3242 3243 3244 3245 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 3239 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:
3239 3240 3241 3242 3243 3244 3245 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 3239 class ListAccountsWithInvalidEffectivePolicyResponse < Struct.new( :accounts, :policy_type, :next_token) SENSITIVE = [] include Aws::Structure end |