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.
1378 1379 1380 |
# File 'sig/types.rbs', line 1378 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1379 1380 1381 |
# File 'sig/types.rbs', line 1379 def max_items @max_items end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
1377 1378 1379 |
# File 'sig/types.rbs', line 1377 def policy_arn @policy_arn end |