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.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def is_truncated @is_truncated end |
#marker ⇒ ::String
Returns the value of attribute marker.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def marker @marker end |
#versions ⇒ ::Array[Types::PolicyVersion]
Returns the value of attribute versions.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def versions @versions end |