Class: Aws::Types::GetPolicyVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetPolicyVersionRequest
- 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.
2505 2506 2507 |
# File 'sig/types.rbs', line 2505 def policy_name @policy_name end |
#policy_version_id ⇒ ::String
Returns the value of attribute policy_version_id.
2506 2507 2508 |
# File 'sig/types.rbs', line 2506 def policy_version_id @policy_version_id end |