Class: Aws::SageMaker::Types::GetLineageGroupPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::GetLineageGroupPolicyRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lineage_group_name ⇒ String
The name or Amazon Resource Name (ARN) of the lineage group.
Instance Attribute Details
#lineage_group_name ⇒ String
The name or Amazon Resource Name (ARN) of the lineage group.
21134 21135 21136 21137 21138 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 21134 class GetLineageGroupPolicyRequest < Struct.new( :lineage_group_name) SENSITIVE = [] include Aws::Structure end |