Class: Aws::Types::DescribeCustomKeyStoresResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#custom_key_stores::Array[Types::CustomKeyStoresListEntry]

Returns the value of attribute custom_key_stores.

Returns:



251
252
253
# File 'sig/types.rbs', line 251

def custom_key_stores
  @custom_key_stores
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:



252
253
254
# File 'sig/types.rbs', line 252

def next_marker
  @next_marker
end

#truncatedBoolean

Returns the value of attribute truncated.

Returns:



253
254
255
# File 'sig/types.rbs', line 253

def truncated
  @truncated
end