Class: Aws::Types::PolicyDefinitionDetail
- Inherits:
-
Object
- Object
- Aws::Types::PolicyDefinitionDetail
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Static, TemplateLinked, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#static ⇒ Types::StaticPolicyDefinitionDetail
Returns the value of attribute static.
-
#template_linked ⇒ Types::TemplateLinkedPolicyDefinitionDetail
Returns the value of attribute template_linked.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#static ⇒ Types::StaticPolicyDefinitionDetail
Returns the value of attribute static.
906 907 908 |
# File 'sig/types.rbs', line 906 def static @static end |
#template_linked ⇒ Types::TemplateLinkedPolicyDefinitionDetail
Returns the value of attribute template_linked.
907 908 909 |
# File 'sig/types.rbs', line 907 def template_linked @template_linked end |
#unknown ⇒ Object
Returns the value of attribute unknown.
908 909 910 |
# File 'sig/types.rbs', line 908 def unknown @unknown end |