Class: Aws::Types::ListKeyRotationsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


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.

Returns:



729
730
731
# File 'sig/types.rbs', line 729

def rotations
  @rotations
end

#truncatedBoolean

Returns the value of attribute truncated.

Returns:

  • (Boolean)


731
732
733
# File 'sig/types.rbs', line 731

def truncated
  @truncated
end