Class: Aws::Types::ListKeyRotationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListKeyRotationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
-
#rotations ⇒ ::Array[Types::RotationsListEntry]
Returns the value of attribute rotations.
-
#truncated ⇒ Boolean
Returns the value of attribute truncated.
Instance Attribute Details
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
730 731 732 |
# File 'sig/types.rbs', line 730 def next_marker @next_marker end |
#rotations ⇒ ::Array[Types::RotationsListEntry]
Returns the value of attribute rotations.
729 730 731 |
# File 'sig/types.rbs', line 729 def rotations @rotations end |
#truncated ⇒ Boolean
Returns the value of attribute truncated.
731 732 733 |
# File 'sig/types.rbs', line 731 def truncated @truncated end |