Class: Aws::Types::UpdateLookupTableRequest

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)


2359
2360
2361
# File 'sig/types.rbs', line 2359

def description
  @description
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


2362
2363
2364
# File 'sig/types.rbs', line 2362

def kms_key_id
  @kms_key_id
end

#lookup_table_arn::String

Returns the value of attribute lookup_table_arn.

Returns:

  • (::String)


2358
2359
2360
# File 'sig/types.rbs', line 2358

def lookup_table_arn
  @lookup_table_arn
end

#query_id::String

Returns the value of attribute query_id.

Returns:

  • (::String)


2361
2362
2363
# File 'sig/types.rbs', line 2361

def query_id
  @query_id
end

#table_body::String

Returns the value of attribute table_body.

Returns:

  • (::String)


2360
2361
2362
# File 'sig/types.rbs', line 2360

def table_body
  @table_body
end