Class: Aws::SageMaker::Types::GetLineageGroupPolicyRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lineage_group_nameString

The name or Amazon Resource Name (ARN) of the lineage group.

Returns:

  • (String)


22340
22341
22342
22343
22344
# File 'lib/aws-sdk-sagemaker/types.rb', line 22340

class GetLineageGroupPolicyRequest < Struct.new(
  :lineage_group_name)
  SENSITIVE = []
  include Aws::Structure
end