Class: Aws::Types::ListKeyRotationsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#include_key_material"ALL_KEY_MATERIAL", "ROTATIONS_ONLY"

Returns the value of attribute include_key_material.

Returns:

  • ("ALL_KEY_MATERIAL", "ROTATIONS_ONLY")


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.

Returns:

  • (::String)


721
722
723
# File 'sig/types.rbs', line 721

def key_id
  @key_id
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


723
724
725
# File 'sig/types.rbs', line 723

def limit
  @limit
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


724
725
726
# File 'sig/types.rbs', line 724

def marker
  @marker
end