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.
7098 7099 7100 |
# File 'sig/types.rbs', line 7098 def creation_time @creation_time end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
7097 7098 7099 |
# File 'sig/types.rbs', line 7097 def display_name @display_name end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
7099 7100 7101 |
# File 'sig/types.rbs', line 7099 def last_modified_time @last_modified_time end |
#lineage_group_arn ⇒ ::String
Returns the value of attribute lineage_group_arn.
7095 7096 7097 |
# File 'sig/types.rbs', line 7095 def lineage_group_arn @lineage_group_arn end |
#lineage_group_name ⇒ ::String
Returns the value of attribute lineage_group_name.
7096 7097 7098 |
# File 'sig/types.rbs', line 7096 def lineage_group_name @lineage_group_name end |