Class: Aws::Types::TableSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#keyspace_name::String

Returns the value of attribute keyspace_name.

Returns:

  • (::String)


415
416
417
# File 'sig/types.rbs', line 415

def keyspace_name
  @keyspace_name
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


417
418
419
# File 'sig/types.rbs', line 417

def resource_arn
  @resource_arn
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


416
417
418
# File 'sig/types.rbs', line 416

def table_name
  @table_name
end