Class: Aws::Types::SetDefaultPolicyVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::SetDefaultPolicyVersionRequest
- 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.
2013 2014 2015 |
# File 'sig/types.rbs', line 2013 def policy_arn @policy_arn end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
2014 2015 2016 |
# File 'sig/types.rbs', line 2014 def version_id @version_id end |