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.
3543 3544 3545 3546 3547 3548 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 3543 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.
3543 3544 3545 3546 3547 3548 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 3543 class StaticPolicyDefinition < Struct.new( :description, :statement) SENSITIVE = [:description, :statement] include Aws::Structure end |