Class: Aws::DataZone::Types::CreateGroupProfileOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[:group_name]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_id ⇒ String

The identifier of the Amazon DataZone domain in which the group profile is created.

Returns:

  • (String)


4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4947

class CreateGroupProfileOutput < Struct.new(
  :domain_id,
  :id,
  :status,
  :group_name,
  :role_principal_arn,
  :role_principal_id)
  SENSITIVE = [:group_name]
  include Aws::Structure
end

#group_name ⇒ String

The name of the group for which group profile is created.

Returns:

  • (String)


4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4947

class CreateGroupProfileOutput < Struct.new(
  :domain_id,
  :id,
  :status,
  :group_name,
  :role_principal_arn,
  :role_principal_id)
  SENSITIVE = [:group_name]
  include Aws::Structure
end

#id ⇒ String

The identifier of the group profile.

Returns:

  • (String)


4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4947

class CreateGroupProfileOutput < Struct.new(
  :domain_id,
  :id,
  :status,
  :group_name,
  :role_principal_arn,
  :role_principal_id)
  SENSITIVE = [:group_name]
  include Aws::Structure
end

#role_principal_arn ⇒ String

The ARN of the IAM role principal. This role is associated with the group profile.

Returns:

  • (String)


4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4947

class CreateGroupProfileOutput < Struct.new(
  :domain_id,
  :id,
  :status,
  :group_name,
  :role_principal_arn,
  :role_principal_id)
  SENSITIVE = [:group_name]
  include Aws::Structure
end

#role_principal_id ⇒ String

The unique identifier of the IAM role principal. This principal is associated with the group profile.

Returns:

  • (String)


4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4947

class CreateGroupProfileOutput < Struct.new(
  :domain_id,
  :id,
  :status,
  :group_name,
  :role_principal_arn,
  :role_principal_id)
  SENSITIVE = [:group_name]
  include Aws::Structure
end

#status ⇒ String

The status of the group profile.

Returns:

  • (String)


4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4947

class CreateGroupProfileOutput < Struct.new(
  :domain_id,
  :id,
  :status,
  :group_name,
  :role_principal_arn,
  :role_principal_id)
  SENSITIVE = [:group_name]
  include Aws::Structure
end