Class: Aws::Types::CreateKeyValueStoreResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


690
691
692
# File 'sig/types.rbs', line 690

def etag
  @etag
end

#key_value_storeTypes::KeyValueStore

Returns the value of attribute key_value_store.



689
690
691
# File 'sig/types.rbs', line 689

def key_value_store
  @key_value_store
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


691
692
693
# File 'sig/types.rbs', line 691

def location
  @location
end