Class: Aws::SageMaker::Types::GetLineageGroupPolicyResponse

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_arnString

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

Returns:

  • (String)


18642
18643
18644
18645
18646
18647
# File 'lib/aws-sdk-sagemaker/types.rb', line 18642

class GetLineageGroupPolicyResponse < Struct.new(
  :lineage_group_arn,
  :resource_policy)
  SENSITIVE = []
  include Aws::Structure
end

#resource_policyString

The resource policy that gives access to the lineage group in another account.

Returns:

  • (String)


18642
18643
18644
18645
18646
18647
# File 'lib/aws-sdk-sagemaker/types.rb', line 18642

class GetLineageGroupPolicyResponse < Struct.new(
  :lineage_group_arn,
  :resource_policy)
  SENSITIVE = []
  include Aws::Structure
end