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.
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.
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.
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.
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.
7049 7050 7051 |
# File 'sig/types.rbs', line 7049 def lineage_group_name @lineage_group_name end |