Class: Aws::Types::CreateLookupTableRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


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

def kms_key_id
  @kms_key_id
end

#lookup_table_name::String

Returns the value of attribute lookup_table_name.

Returns:

  • (::String)


241
242
243
# File 'sig/types.rbs', line 241

def lookup_table_name
  @lookup_table_name
end

#query_id::String

Returns the value of attribute query_id.

Returns:

  • (::String)


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

def query_id
  @query_id
end

#table_body::String

Returns the value of attribute table_body.

Returns:

  • (::String)


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

def table_body
  @table_body
end

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

Returns the value of attribute tags.

Returns:

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


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

def tags
  @tags
end