Class: Aws::Types::DescribeLineageGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLineageGroupResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
-
#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
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
4632 4633 4634 |
# File 'sig/types.rbs', line 4632 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4631 4632 4633 |
# File 'sig/types.rbs', line 4631 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
4630 4631 4632 |
# File 'sig/types.rbs', line 4630 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
4629 4630 4631 |
# File 'sig/types.rbs', line 4629 def display_name @display_name end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
4634 4635 4636 |
# File 'sig/types.rbs', line 4634 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4633 4634 4635 |
# File 'sig/types.rbs', line 4633 def last_modified_time @last_modified_time end |
#lineage_group_arn ⇒ ::String
Returns the value of attribute lineage_group_arn.
4628 4629 4630 |
# File 'sig/types.rbs', line 4628 def lineage_group_arn @lineage_group_arn end |
#lineage_group_name ⇒ ::String
Returns the value of attribute lineage_group_name.
4627 4628 4629 |
# File 'sig/types.rbs', line 4627 def lineage_group_name @lineage_group_name end |