Class: Aws::Types::CodegenGenericDataModel

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fields ⇒ ::Hash[::String, Types::CodegenGenericDataField]

Returns the value of attribute fields.

Returns:



71
72
73
# File 'sig/types.rbs', line 71

def fields
  @fields
end

#is_join_table ⇒ Boolean

Returns the value of attribute is_join_table.

Returns:

  • (Boolean)


72
73
74
# File 'sig/types.rbs', line 72

def is_join_table
  @is_join_table
end

#primary_keys ⇒ ::Array[::String]

Returns the value of attribute primary_keys.

Returns:

  • (::Array[::String])


73
74
75
# File 'sig/types.rbs', line 73

def primary_keys
  @primary_keys
end