Class: Aws::Types::GetRateBasedRuleManagedKeysResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#managed_keys::Array[::String]

Returns the value of attribute managed_keys.

Returns:

  • (::Array[::String])


491
492
493
# File 'sig/types.rbs', line 491

def managed_keys
  @managed_keys
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


492
493
494
# File 'sig/types.rbs', line 492

def next_marker
  @next_marker
end