Class: Aws::AccessAnalyzer::Types::GeneratedPolicyResult

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

Overview

Contains the text for the generated policy and its details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#generated_policiesArray<Types::GeneratedPolicy>

The text to use as the content for the new policy. The policy is created using the CreatePolicy action.

Returns:



1754
1755
1756
1757
1758
1759
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1754

class GeneratedPolicyResult < Struct.new(
  :properties,
  :generated_policies)
  SENSITIVE = []
  include Aws::Structure
end

#propertiesTypes::GeneratedPolicyProperties

A GeneratedPolicyProperties object that contains properties of the generated policy.



1754
1755
1756
1757
1758
1759
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1754

class GeneratedPolicyResult < Struct.new(
  :properties,
  :generated_policies)
  SENSITIVE = []
  include Aws::Structure
end