Class: Aws::Types::PolicyDefinitionItem
- Inherits:
-
Object
- Object
- Aws::Types::PolicyDefinitionItem
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Static, TemplateLinked, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#static ⇒ Types::StaticPolicyDefinitionItem
Returns the value of attribute static.
-
#template_linked ⇒ Types::TemplateLinkedPolicyDefinitionItem
Returns the value of attribute template_linked.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#static ⇒ Types::StaticPolicyDefinitionItem
Returns the value of attribute static.
920 921 922 |
# File 'sig/types.rbs', line 920 def static @static end |
#template_linked ⇒ Types::TemplateLinkedPolicyDefinitionItem
Returns the value of attribute template_linked.
921 922 923 |
# File 'sig/types.rbs', line 921 def template_linked @template_linked end |
#unknown ⇒ Object
Returns the value of attribute unknown.
922 923 924 |
# File 'sig/types.rbs', line 922 def unknown @unknown end |