Class: Aws::Types::PolicyDefinition
- Inherits:
-
Object
- Object
- Aws::Types::PolicyDefinition
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Static, TemplateLinked, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#static ⇒ Types::StaticPolicyDefinition
Returns the value of attribute static.
-
#template_linked ⇒ Types::TemplateLinkedPolicyDefinition
Returns the value of attribute template_linked.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#static ⇒ Types::StaticPolicyDefinition
Returns the value of attribute static.
892 893 894 |
# File 'sig/types.rbs', line 892 def static @static end |
#template_linked ⇒ Types::TemplateLinkedPolicyDefinition
Returns the value of attribute template_linked.
893 894 895 |
# File 'sig/types.rbs', line 893 def template_linked @template_linked end |
#unknown ⇒ Object
Returns the value of attribute unknown.
894 895 896 |
# File 'sig/types.rbs', line 894 def unknown @unknown end |