Class: Aws::Types::GetPolicyVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetPolicyVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
881 882 883 |
# File 'sig/types.rbs', line 881 def policy_arn @policy_arn end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
882 883 884 |
# File 'sig/types.rbs', line 882 def version_id @version_id end |