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)


7051
7052
7053
# File 'sig/types.rbs', line 7051

def creation_time
  @creation_time
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


7050
7051
7052
# File 'sig/types.rbs', line 7050

def display_name
  @display_name
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


7052
7053
7054
# File 'sig/types.rbs', line 7052

def last_modified_time
  @last_modified_time
end

#lineage_group_arn::String

Returns the value of attribute lineage_group_arn.

Returns:

  • (::String)


7048
7049
7050
# File 'sig/types.rbs', line 7048

def lineage_group_arn
  @lineage_group_arn
end

#lineage_group_name::String

Returns the value of attribute lineage_group_name.

Returns:

  • (::String)


7049
7050
7051
# File 'sig/types.rbs', line 7049

def lineage_group_name
  @lineage_group_name
end