Class: Aws::SageMaker::Types::GetLineageGroupPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::GetLineageGroupPolicyResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lineage_group_arn ⇒ String
The Amazon Resource Name (ARN) of the lineage group.
-
#resource_policy ⇒ String
The resource policy that gives access to the lineage group in another account.
Instance Attribute Details
#lineage_group_arn ⇒ String
The Amazon Resource Name (ARN) of the lineage group.
21159 21160 21161 21162 21163 21164 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 21159 class GetLineageGroupPolicyResponse < Struct.new( :lineage_group_arn, :resource_policy) SENSITIVE = [] include Aws::Structure end |
#resource_policy ⇒ String
The resource policy that gives access to the lineage group in another account.
21159 21160 21161 21162 21163 21164 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 21159 class GetLineageGroupPolicyResponse < Struct.new( :lineage_group_arn, :resource_policy) SENSITIVE = [] include Aws::Structure end |