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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


19890
19891
19892
19893
19894
19895
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19890

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)


19890
19891
19892
19893
19894
19895
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19890

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