Class: Aws::Types::LineageMetadata
- Inherits:
-
Object
- Object
- Aws::Types::LineageMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_arns ⇒ ::Hash[::String, ::String]
Returns the value of attribute action_arns.
-
#artifact_arns ⇒ ::Hash[::String, ::String]
Returns the value of attribute artifact_arns.
-
#associations ⇒ ::Array[Types::AssociationInfo]
Returns the value of attribute associations.
-
#context_arns ⇒ ::Hash[::String, ::String]
Returns the value of attribute context_arns.
Instance Attribute Details
#action_arns ⇒ ::Hash[::String, ::String]
Returns the value of attribute action_arns.
7104 7105 7106 |
# File 'sig/types.rbs', line 7104 def action_arns @action_arns end |
#artifact_arns ⇒ ::Hash[::String, ::String]
Returns the value of attribute artifact_arns.
7105 7106 7107 |
# File 'sig/types.rbs', line 7105 def artifact_arns @artifact_arns end |
#associations ⇒ ::Array[Types::AssociationInfo]
Returns the value of attribute associations.
7107 7108 7109 |
# File 'sig/types.rbs', line 7107 def associations @associations end |
#context_arns ⇒ ::Hash[::String, ::String]
Returns the value of attribute context_arns.
7106 7107 7108 |
# File 'sig/types.rbs', line 7106 def context_arns @context_arns end |