Class: Aws::Types::UpdatePolicyInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePolicyInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#definition ⇒ Types::UpdatePolicyDefinition
Returns the value of attribute definition.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
-
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
Instance Attribute Details
#definition ⇒ Types::UpdatePolicyDefinition
Returns the value of attribute definition.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def definition @definition end |
#name ⇒ ::String
Returns the value of attribute name.
1205 1206 1207 |
# File 'sig/types.rbs', line 1205 def name @name end |
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def policy_id @policy_id end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def policy_store_id @policy_store_id end |