Class: Aws::Types::LineageGroupSummary
- Inherits:
-
Object
- Object
- Aws::Types::LineageGroupSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#lineage_group_arn ⇒ ::String
Returns the value of attribute lineage_group_arn.
-
#lineage_group_name ⇒ ::String
Returns the value of attribute lineage_group_name.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_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.
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.
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.
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.
7034 7035 7036 |
# File 'sig/types.rbs', line 7034 def lineage_group_name @lineage_group_name end |