Class: Aws::AccessAnalyzer::Types::GeneratedPolicy

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyString

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

Returns:

  • (String)


1703
1704
1705
1706
1707
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1703

class GeneratedPolicy < Struct.new(
  :policy)
  SENSITIVE = []
  include Aws::Structure
end