Class: Aws::AccessAnalyzer::Types::GeneratedPolicyProperties

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb

Overview

Contains the generated policy details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_trail_propertiesTypes::CloudTrailProperties

Lists details about the Trail used to generated policy.



1728
1729
1730
1731
1732
1733
1734
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1728

class GeneratedPolicyProperties < Struct.new(
  :is_complete,
  :principal_arn,
  :cloud_trail_properties)
  SENSITIVE = []
  include Aws::Structure
end

#is_completeBoolean

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.

Returns:

  • (Boolean)


1728
1729
1730
1731
1732
1733
1734
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1728

class GeneratedPolicyProperties < Struct.new(
  :is_complete,
  :principal_arn,
  :cloud_trail_properties)
  SENSITIVE = []
  include Aws::Structure
end

#principal_arnString

The ARN of the IAM entity (user or role) for which you are generating a policy.

Returns:

  • (String)


1728
1729
1730
1731
1732
1733
1734
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1728

class GeneratedPolicyProperties < Struct.new(
  :is_complete,
  :principal_arn,
  :cloud_trail_properties)
  SENSITIVE = []
  include Aws::Structure
end