Class: Aws::VerifiedPermissions::Types::StaticPolicyDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::StaticPolicyDefinition
- Defined in:
- gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb
Overview
Contains information about a static policy.
This data type is used as a field that is part of the PolicyDefinitionDetail type.
Constant Summary collapse
- SENSITIVE =
[:description, :statement]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the static policy.
-
#statement ⇒ String
The policy content of the static policy, written in the Cedar policy language.
Instance Attribute Details
#description ⇒ String
The description of the static policy.
3698 3699 3700 3701 3702 3703 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 3698 class StaticPolicyDefinition < Struct.new( :description, :statement) SENSITIVE = [:description, :statement] include Aws::Structure end |
#statement ⇒ String
The policy content of the static policy, written in the Cedar policy language.
3698 3699 3700 3701 3702 3703 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 3698 class StaticPolicyDefinition < Struct.new( :description, :statement) SENSITIVE = [:description, :statement] include Aws::Structure end |