Class: Aws::Types::CreateKeyValueStoreRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


682
683
684
# File 'sig/types.rbs', line 682

def comment
  @comment
end

#import_sourceTypes::ImportSource

Returns the value of attribute import_source.

Returns:



683
684
685
# File 'sig/types.rbs', line 683

def import_source
  @import_source
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


681
682
683
# File 'sig/types.rbs', line 681

def name
  @name
end

#tagsTypes::Tags

Returns the value of attribute tags.

Returns:



684
685
686
# File 'sig/types.rbs', line 684

def tags
  @tags
end