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.
6092 6093 6094 |
# File 'sig/types.rbs', line 6092 def lineage_group_arn @lineage_group_arn end |
#resource_policy ⇒ ::String
Returns the value of attribute resource_policy.
6093 6094 6095 |
# File 'sig/types.rbs', line 6093 def resource_policy @resource_policy end |