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.
4649 4650 4651 |
# File 'sig/types.rbs', line 4649 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4648 4649 4650 |
# File 'sig/types.rbs', line 4648 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
4647 4648 4649 |
# File 'sig/types.rbs', line 4647 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
4646 4647 4648 |
# File 'sig/types.rbs', line 4646 def display_name @display_name end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
4651 4652 4653 |
# File 'sig/types.rbs', line 4651 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4650 4651 4652 |
# File 'sig/types.rbs', line 4650 def last_modified_time @last_modified_time end |
#lineage_group_arn ⇒ ::String
Returns the value of attribute lineage_group_arn.
4645 4646 4647 |
# File 'sig/types.rbs', line 4645 def lineage_group_arn @lineage_group_arn end |
#lineage_group_name ⇒ ::String
Returns the value of attribute lineage_group_name.
4644 4645 4646 |
# File 'sig/types.rbs', line 4644 def lineage_group_name @lineage_group_name end |