Class: Aws::Types::LineageNodeItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


3747
3748
3749
# File 'sig/types.rbs', line 3747

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


3748
3749
3750
# File 'sig/types.rbs', line 3748

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3746
3747
3748
# File 'sig/types.rbs', line 3746

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


3744
3745
3746
# File 'sig/types.rbs', line 3744

def domain_id
  @domain_id
end

#downstream_lineage_node_ids::Array[::String]

Returns the value of attribute downstream_lineage_node_ids.

Returns:

  • (::Array[::String])


3758
3759
3760
# File 'sig/types.rbs', line 3758

def downstream_lineage_node_ids
  @downstream_lineage_node_ids
end

#event_timestamp::Time

Returns the value of attribute event_timestamp.

Returns:

  • (::Time)


3755
3756
3757
# File 'sig/types.rbs', line 3755

def event_timestamp
  @event_timestamp
end

#forms_output::Array[Types::FormOutput]

Returns the value of attribute forms_output.

Returns:



3756
3757
3758
# File 'sig/types.rbs', line 3756

def forms_output
  @forms_output
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3751
3752
3753
# File 'sig/types.rbs', line 3751

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3745
3746
3747
# File 'sig/types.rbs', line 3745

def name
  @name
end

#source_identifier::String

Returns the value of attribute source_identifier.

Returns:

  • (::String)


3754
3755
3756
# File 'sig/types.rbs', line 3754

def source_identifier
  @source_identifier
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


3752
3753
3754
# File 'sig/types.rbs', line 3752

def type_name
  @type_name
end

#type_revision::String

Returns the value of attribute type_revision.

Returns:

  • (::String)


3753
3754
3755
# File 'sig/types.rbs', line 3753

def type_revision
  @type_revision
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


3749
3750
3751
# File 'sig/types.rbs', line 3749

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


3750
3751
3752
# File 'sig/types.rbs', line 3750

def updated_by
  @updated_by
end

#upstream_lineage_node_ids::Array[::String]

Returns the value of attribute upstream_lineage_node_ids.

Returns:

  • (::Array[::String])


3757
3758
3759
# File 'sig/types.rbs', line 3757

def upstream_lineage_node_ids
  @upstream_lineage_node_ids
end