Class: Aws::Types::ListKeyRotationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListKeyRotationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#include_key_material ⇒ "ALL_KEY_MATERIAL", "ROTATIONS_ONLY"
Returns the value of attribute include_key_material.
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#include_key_material ⇒ "ALL_KEY_MATERIAL", "ROTATIONS_ONLY"
Returns the value of attribute include_key_material.
722 723 724 |
# File 'sig/types.rbs', line 722 def include_key_material @include_key_material end |
#key_id ⇒ ::String
Returns the value of attribute key_id.
721 722 723 |
# File 'sig/types.rbs', line 721 def key_id @key_id end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
723 724 725 |
# File 'sig/types.rbs', line 723 def limit @limit end |
#marker ⇒ ::String
Returns the value of attribute marker.
724 725 726 |
# File 'sig/types.rbs', line 724 def marker @marker end |