Class: Aws::Types::GetLineageGroupPolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetLineageGroupPolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lineage_group_arn ⇒ ::String
Returns the value of attribute lineage_group_arn.
-
#resource_policy ⇒ ::String
Returns the value of attribute resource_policy.
Instance Attribute Details
#lineage_group_arn ⇒ ::String
Returns the value of attribute lineage_group_arn.
6096 6097 6098 |
# File 'sig/types.rbs', line 6096 def lineage_group_arn @lineage_group_arn end |
#resource_policy ⇒ ::String
Returns the value of attribute resource_policy.
6097 6098 6099 |
# File 'sig/types.rbs', line 6097 def resource_policy @resource_policy end |