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)


1908
1909
1910
# File 'sig/types.rbs', line 1908

def 
  @creator_account_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1904
1905
1906
# File 'sig/types.rbs', line 1904

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1905
1906
1907
# File 'sig/types.rbs', line 1905

def name
  @name
end

#parent_type"DIRECT", "INDIRECT"

Returns the value of attribute parent_type.

Returns:

  • ("DIRECT", "INDIRECT")


1907
1908
1909
# File 'sig/types.rbs', line 1907

def parent_type
  @parent_type
end

#type"TABLE", ...

Returns the value of attribute type.

Returns:

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


1906
1907
1908
# File 'sig/types.rbs', line 1906

def type
  @type
end