Class: Aws::Types::SetDefaultPolicyVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::SetDefaultPolicyVersionRequest
- 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.
4482 4483 4484 |
# File 'sig/types.rbs', line 4482 def policy_name @policy_name end |
#policy_version_id ⇒ ::String
Returns the value of attribute policy_version_id.
4483 4484 4485 |
# File 'sig/types.rbs', line 4483 def policy_version_id @policy_version_id end |