Class: Aws::Types::GetLookupTableResponse

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)


1028
1029
1030
# File 'sig/types.rbs', line 1028

def description
  @description
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


1032
1033
1034
# File 'sig/types.rbs', line 1032

def kms_key_id
  @kms_key_id
end

#last_updated_time::Integer

Returns the value of attribute last_updated_time.

Returns:

  • (::Integer)


1031
1032
1033
# File 'sig/types.rbs', line 1031

def last_updated_time
  @last_updated_time
end

#lookup_table_arn::String

Returns the value of attribute lookup_table_arn.

Returns:

  • (::String)


1026
1027
1028
# File 'sig/types.rbs', line 1026

def lookup_table_arn
  @lookup_table_arn
end

#lookup_table_name::String

Returns the value of attribute lookup_table_name.

Returns:

  • (::String)


1027
1028
1029
# File 'sig/types.rbs', line 1027

def lookup_table_name
  @lookup_table_name
end

#size_bytes::Integer

Returns the value of attribute size_bytes.

Returns:

  • (::Integer)


1030
1031
1032
# File 'sig/types.rbs', line 1030

def size_bytes
  @size_bytes
end

#table_body::String

Returns the value of attribute table_body.

Returns:

  • (::String)


1029
1030
1031
# File 'sig/types.rbs', line 1029

def table_body
  @table_body
end