Class: Aws::Types::CreateIndexInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


49
50
51
# File 'sig/types.rbs', line 49

def client_token
  @client_token
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


50
51
52
# File 'sig/types.rbs', line 50

def tags
  @tags
end