Class: Aws::DataZone::Types::GroupProfileSummary

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

Overview

The details of a group profile.

Constant Summary collapse

SENSITIVE =
[:group_name]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_idString

The ID of the Amazon DataZone domain of a group profile.

Returns:

  • (String)


12344
12345
12346
12347
12348
12349
12350
12351
12352
12353
# File 'lib/aws-sdk-datazone/types.rb', line 12344

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

#group_nameString

The group name of a group profile.

Returns:

  • (String)


12344
12345
12346
12347
12348
12349
12350
12351
12352
12353
# File 'lib/aws-sdk-datazone/types.rb', line 12344

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

#idString

The ID of a group profile.

Returns:

  • (String)


12344
12345
12346
12347
12348
12349
12350
12351
12352
12353
# File 'lib/aws-sdk-datazone/types.rb', line 12344

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

#role_principal_arnString

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

Returns:

  • (String)


12344
12345
12346
12347
12348
12349
12350
12351
12352
12353
# File 'lib/aws-sdk-datazone/types.rb', line 12344

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

#role_principal_idString

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

Returns:

  • (String)


12344
12345
12346
12347
12348
12349
12350
12351
12352
12353
# File 'lib/aws-sdk-datazone/types.rb', line 12344

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

#statusString

The status of a group profile.

Returns:

  • (String)


12344
12345
12346
12347
12348
12349
12350
12351
12352
12353
# File 'lib/aws-sdk-datazone/types.rb', line 12344

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