Class: Aws::Types::LineageGroupSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


7036
7037
7038
# File 'sig/types.rbs', line 7036

def creation_time
  @creation_time
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


7035
7036
7037
# File 'sig/types.rbs', line 7035

def display_name
  @display_name
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


7037
7038
7039
# File 'sig/types.rbs', line 7037

def last_modified_time
  @last_modified_time
end

#lineage_group_arn::String

Returns the value of attribute lineage_group_arn.

Returns:

  • (::String)


7033
7034
7035
# File 'sig/types.rbs', line 7033

def lineage_group_arn
  @lineage_group_arn
end

#lineage_group_name::String

Returns the value of attribute lineage_group_name.

Returns:

  • (::String)


7034
7035
7036
# File 'sig/types.rbs', line 7034

def lineage_group_name
  @lineage_group_name
end