Class: Aws::Types::LookupTableConfiguration

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)


1489
1490
1491
# File 'sig/types.rbs', line 1489

def description
  @description
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


1490
1491
1492
# File 'sig/types.rbs', line 1490

def kms_key_id
  @kms_key_id
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1488
1489
1490
# File 'sig/types.rbs', line 1488

def role_arn
  @role_arn
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


1487
1488
1489
# File 'sig/types.rbs', line 1487

def table_name
  @table_name
end

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

Returns the value of attribute tags.

Returns:

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


1491
1492
1493
# File 'sig/types.rbs', line 1491

def tags
  @tags
end