Class: Aws::Types::UpdatePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::String
Returns the value of attribute content.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def content @content end |
#description ⇒ ::String
Returns the value of attribute description.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def name @name end |
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def policy_id @policy_id end |