Class: Aws::Types::LineageNodeSummary

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)


3772
3773
3774
# File 'sig/types.rbs', line 3772

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


3773
3774
3775
# File 'sig/types.rbs', line 3773

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3771
3772
3773
# File 'sig/types.rbs', line 3771

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


3769
3770
3771
# File 'sig/types.rbs', line 3769

def domain_id
  @domain_id
end

#event_timestamp::Time

Returns the value of attribute event_timestamp.

Returns:

  • (::Time)


3780
3781
3782
# File 'sig/types.rbs', line 3780

def event_timestamp
  @event_timestamp
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3776
3777
3778
# File 'sig/types.rbs', line 3776

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3770
3771
3772
# File 'sig/types.rbs', line 3770

def name
  @name
end

#source_identifier::String

Returns the value of attribute source_identifier.

Returns:

  • (::String)


3779
3780
3781
# File 'sig/types.rbs', line 3779

def source_identifier
  @source_identifier
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


3777
3778
3779
# File 'sig/types.rbs', line 3777

def type_name
  @type_name
end

#type_revision::String

Returns the value of attribute type_revision.

Returns:

  • (::String)


3778
3779
3780
# File 'sig/types.rbs', line 3778

def type_revision
  @type_revision
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


3774
3775
3776
# File 'sig/types.rbs', line 3774

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


3775
3776
3777
# File 'sig/types.rbs', line 3775

def updated_by
  @updated_by
end