Class: Aws::AccessAnalyzer::Types::GeneratedPolicyProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::GeneratedPolicyProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-accessanalyzer/types.rb
Overview
Contains the generated policy details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_trail_properties ⇒ Types::CloudTrailProperties
Lists details about the ‘Trail` used to generated policy.
-
#is_complete ⇒ Boolean
This value is set to ‘true` if the generated policy contains all possible actions for a service that IAM Access Analyzer identified from the CloudTrail trail that you specified, and `false` otherwise.
-
#principal_arn ⇒ String
The ARN of the IAM entity (user or role) for which you are generating a policy.
Instance Attribute Details
#cloud_trail_properties ⇒ Types::CloudTrailProperties
Lists details about the ‘Trail` used to generated policy.
1895 1896 1897 1898 1899 1900 1901 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 1895 class GeneratedPolicyProperties < Struct.new( :is_complete, :principal_arn, :cloud_trail_properties) SENSITIVE = [] include Aws::Structure end |
#is_complete ⇒ Boolean
This value is set to ‘true` if the generated policy contains all possible actions for a service that IAM Access Analyzer identified from the CloudTrail trail that you specified, and `false` otherwise.
1895 1896 1897 1898 1899 1900 1901 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 1895 class GeneratedPolicyProperties < Struct.new( :is_complete, :principal_arn, :cloud_trail_properties) SENSITIVE = [] include Aws::Structure end |
#principal_arn ⇒ String
The ARN of the IAM entity (user or role) for which you are generating a policy.
1895 1896 1897 1898 1899 1900 1901 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 1895 class GeneratedPolicyProperties < Struct.new( :is_complete, :principal_arn, :cloud_trail_properties) SENSITIVE = [] include Aws::Structure end |