Class: Aws::Types::DescribeCustomKeyStoresRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_key_store_id::String

Returns the value of attribute custom_key_store_id.

Returns:

  • (::String)


243
244
245
# File 'sig/types.rbs', line 243

def custom_key_store_id
  @custom_key_store_id
end

#custom_key_store_name::String

Returns the value of attribute custom_key_store_name.

Returns:

  • (::String)


244
245
246
# File 'sig/types.rbs', line 244

def custom_key_store_name
  @custom_key_store_name
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


245
246
247
# File 'sig/types.rbs', line 245

def limit
  @limit
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


246
247
248
# File 'sig/types.rbs', line 246

def marker
  @marker
end