Class: Aws::Types::LineageNodeTypeItem

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)


3788
3789
3790
# File 'sig/types.rbs', line 3788

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


3789
3790
3791
# File 'sig/types.rbs', line 3789

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3787
3788
3789
# File 'sig/types.rbs', line 3787

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


3785
3786
3787
# File 'sig/types.rbs', line 3785

def domain_id
  @domain_id
end

#forms_output::Hash[::String, Types::FormEntryOutput]

Returns the value of attribute forms_output.

Returns:



3793
3794
3795
# File 'sig/types.rbs', line 3793

def forms_output
  @forms_output
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3786
3787
3788
# File 'sig/types.rbs', line 3786

def name
  @name
end

#revision::String

Returns the value of attribute revision.

Returns:

  • (::String)


3792
3793
3794
# File 'sig/types.rbs', line 3792

def revision
  @revision
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


3790
3791
3792
# File 'sig/types.rbs', line 3790

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


3791
3792
3793
# File 'sig/types.rbs', line 3791

def updated_by
  @updated_by
end