Class: Aws::Types::DeletePolicyVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeletePolicyVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
-
#policy_version_id ⇒ ::String
Returns the value of attribute policy_version_id.
Instance Attribute Details
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
1460 1461 1462 |
# File 'sig/types.rbs', line 1460 def policy_name @policy_name end |
#policy_version_id ⇒ ::String
Returns the value of attribute policy_version_id.
1461 1462 1463 |
# File 'sig/types.rbs', line 1461 def policy_version_id @policy_version_id end |