Class: Aws::Organizations::Types::ListEffectivePolicyValidationErrorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::ListEffectivePolicyValidationErrorsResponse
- Defined in:
- gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The ID of the specified account.
-
#effective_policy_validation_errors ⇒ Array<Types::EffectivePolicyValidationError>
The
EffectivePolicyValidationErrorobject contains details about the validation errors that occurred when generating or enforcing an effective policy, such as which policies contributed to the error and location of the error. -
#evaluation_timestamp ⇒ Time
The time when the latest effective policy was generated for the specified account.
-
#next_token ⇒ String
If present, indicates that more output is available than is included in the current response.
-
#path ⇒ String
The path in the organization where the specified account exists.
-
#policy_type ⇒ String
The specified policy type.
Instance Attribute Details
#account_id ⇒ String
The ID of the specified account.
3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 3621 class ListEffectivePolicyValidationErrorsResponse < Struct.new( :account_id, :policy_type, :path, :evaluation_timestamp, :next_token, :effective_policy_validation_errors) SENSITIVE = [] include Aws::Structure end |
#effective_policy_validation_errors ⇒ Array<Types::EffectivePolicyValidationError>
The EffectivePolicyValidationError object contains details about
the validation errors that occurred when generating or enforcing an
effective policy, such as which policies contributed to the error
and location of the error.
3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 3621 class ListEffectivePolicyValidationErrorsResponse < Struct.new( :account_id, :policy_type, :path, :evaluation_timestamp, :next_token, :effective_policy_validation_errors) SENSITIVE = [] include Aws::Structure end |
#evaluation_timestamp ⇒ Time
The time when the latest effective policy was generated for the specified account.
3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 3621 class ListEffectivePolicyValidationErrorsResponse < Struct.new( :account_id, :policy_type, :path, :evaluation_timestamp, :next_token, :effective_policy_validation_errors) 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.
3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 3621 class ListEffectivePolicyValidationErrorsResponse < Struct.new( :account_id, :policy_type, :path, :evaluation_timestamp, :next_token, :effective_policy_validation_errors) SENSITIVE = [] include Aws::Structure end |
#path ⇒ String
The path in the organization where the specified account exists.
3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 3621 class ListEffectivePolicyValidationErrorsResponse < Struct.new( :account_id, :policy_type, :path, :evaluation_timestamp, :next_token, :effective_policy_validation_errors) SENSITIVE = [] include Aws::Structure end |
#policy_type ⇒ String
The specified policy type. One of the following values:
3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 3621 class ListEffectivePolicyValidationErrorsResponse < Struct.new( :account_id, :policy_type, :path, :evaluation_timestamp, :next_token, :effective_policy_validation_errors) SENSITIVE = [] include Aws::Structure end |