Class: Aws::Types::ListPolicyVersionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPolicyVersionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1415 1416 1417 |
# File 'sig/types.rbs', line 1415 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1416 1417 1418 |
# File 'sig/types.rbs', line 1416 def max_items @max_items end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
1414 1415 1416 |
# File 'sig/types.rbs', line 1414 def policy_arn @policy_arn end |