Class: Aws::Types::ApplicationPolicy
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationPolicy
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: PolicyObjectIdentifier, PolicyType, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_object_identifier ⇒ ::String
Returns the value of attribute policy_object_identifier.
-
#policy_type ⇒ "ALL_APPLICATION_POLICIES", ...
Returns the value of attribute policy_type.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#policy_object_identifier ⇒ ::String
Returns the value of attribute policy_object_identifier.
49 50 51 |
# File 'sig/types.rbs', line 49 def policy_object_identifier @policy_object_identifier end |
#policy_type ⇒ "ALL_APPLICATION_POLICIES", ...
Returns the value of attribute policy_type.
50 51 52 |
# File 'sig/types.rbs', line 50 def policy_type @policy_type end |
#unknown ⇒ Object
Returns the value of attribute unknown.
51 52 53 |
# File 'sig/types.rbs', line 51 def unknown @unknown end |