Class: Aws::Types::LookupTable

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)


1477
1478
1479
# File 'sig/types.rbs', line 1477

def description
  @description
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


1482
1483
1484
# File 'sig/types.rbs', line 1482

def kms_key_id
  @kms_key_id
end

#last_updated_time::Integer

Returns the value of attribute last_updated_time.

Returns:

  • (::Integer)


1481
1482
1483
# File 'sig/types.rbs', line 1481

def last_updated_time
  @last_updated_time
end

#lookup_table_arn::String

Returns the value of attribute lookup_table_arn.

Returns:

  • (::String)


1475
1476
1477
# File 'sig/types.rbs', line 1475

def lookup_table_arn
  @lookup_table_arn
end

#lookup_table_name::String

Returns the value of attribute lookup_table_name.

Returns:

  • (::String)


1476
1477
1478
# File 'sig/types.rbs', line 1476

def lookup_table_name
  @lookup_table_name
end

#records_count::Integer

Returns the value of attribute records_count.

Returns:

  • (::Integer)


1479
1480
1481
# File 'sig/types.rbs', line 1479

def records_count
  @records_count
end

#size_bytes::Integer

Returns the value of attribute size_bytes.

Returns:

  • (::Integer)


1480
1481
1482
# File 'sig/types.rbs', line 1480

def size_bytes
  @size_bytes
end

#table_fields::Array[::String]

Returns the value of attribute table_fields.

Returns:

  • (::Array[::String])


1478
1479
1480
# File 'sig/types.rbs', line 1478

def table_fields
  @table_fields
end