Class: Aws::Types::ListPolicyVersionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListPolicyVersionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#versions ⇒ ::Array[Types::PolicyVersion]
Returns the value of attribute versions.
Instance Attribute Details
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
1422 1423 1424 |
# File 'sig/types.rbs', line 1422 def is_truncated @is_truncated end |
#marker ⇒ ::String
Returns the value of attribute marker.
1423 1424 1425 |
# File 'sig/types.rbs', line 1423 def marker @marker end |
#versions ⇒ ::Array[Types::PolicyVersion]
Returns the value of attribute versions.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 def versions @versions end |