Class: Aws::PartnerCentralAccount::Types::GetProfileVisibilityResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the partner account.

Returns:

  • (String)


1466
1467
1468
1469
1470
1471
1472
1473
1474
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1466

class GetProfileVisibilityResponse < Struct.new(
  :catalog,
  :arn,
  :id,
  :visibility,
  :profile_id)
  SENSITIVE = []
  include Aws::Structure
end

#catalogString

The catalog identifier for the partner account.

Returns:

  • (String)


1466
1467
1468
1469
1470
1471
1472
1473
1474
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1466

class GetProfileVisibilityResponse < Struct.new(
  :catalog,
  :arn,
  :id,
  :visibility,
  :profile_id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the partner account.

Returns:

  • (String)


1466
1467
1468
1469
1470
1471
1472
1473
1474
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1466

class GetProfileVisibilityResponse < Struct.new(
  :catalog,
  :arn,
  :id,
  :visibility,
  :profile_id)
  SENSITIVE = []
  include Aws::Structure
end

#profile_idString

The unique identifier of the partner profile.

Returns:

  • (String)


1466
1467
1468
1469
1470
1471
1472
1473
1474
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1466

class GetProfileVisibilityResponse < Struct.new(
  :catalog,
  :arn,
  :id,
  :visibility,
  :profile_id)
  SENSITIVE = []
  include Aws::Structure
end

#visibilityString

The visibility setting for the partner profile (public, private, restricted, etc.).

Returns:

  • (String)


1466
1467
1468
1469
1470
1471
1472
1473
1474
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1466

class GetProfileVisibilityResponse < Struct.new(
  :catalog,
  :arn,
  :id,
  :visibility,
  :profile_id)
  SENSITIVE = []
  include Aws::Structure
end