Class: Aws::Types::ParameterInlinePolicy
- Inherits:
-
Object
- Object
- Aws::Types::ParameterInlinePolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_status ⇒ ::String
Returns the value of attribute policy_status.
-
#policy_text ⇒ ::String
Returns the value of attribute policy_text.
-
#policy_type ⇒ ::String
Returns the value of attribute policy_type.
Instance Attribute Details
#policy_status ⇒ ::String
Returns the value of attribute policy_status.
3501 3502 3503 |
# File 'sig/types.rbs', line 3501 def policy_status @policy_status end |
#policy_text ⇒ ::String
Returns the value of attribute policy_text.
3499 3500 3501 |
# File 'sig/types.rbs', line 3499 def policy_text @policy_text end |
#policy_type ⇒ ::String
Returns the value of attribute policy_type.
3500 3501 3502 |
# File 'sig/types.rbs', line 3500 def policy_type @policy_type end |