Class: Aws::Types::IntermediateTableDependency

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creator_account_id::String

Returns the value of attribute creator_account_id.

Returns:

  • (::String)


1887
1888
1889
# File 'sig/types.rbs', line 1887

def 
  @creator_account_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1883
1884
1885
# File 'sig/types.rbs', line 1883

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1884
1885
1886
# File 'sig/types.rbs', line 1884

def name
  @name
end

#parent_type"DIRECT", "INDIRECT"

Returns the value of attribute parent_type.

Returns:

  • ("DIRECT", "INDIRECT")


1886
1887
1888
# File 'sig/types.rbs', line 1886

def parent_type
  @parent_type
end

#type"TABLE", ...

Returns the value of attribute type.

Returns:

  • ("TABLE", "INTERMEDIATE_TABLE", "ID_MAPPING_TABLE")


1885
1886
1887
# File 'sig/types.rbs', line 1885

def type
  @type
end