Class: Aws::Types::TableMember

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


421
422
423
# File 'sig/types.rbs', line 421

def name
  @name
end

#schema::String

Returns the value of attribute schema.

Returns:

  • (::String)


423
424
425
# File 'sig/types.rbs', line 423

def schema
  @schema
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


422
423
424
# File 'sig/types.rbs', line 422

def type
  @type
end