Class: Aws::DataZone::Types::GetGroupProfileOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[:group_name]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_idString

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

Returns:

  • (String)


10366
10367
10368
10369
10370
10371
10372
10373
10374
10375
# File 'lib/aws-sdk-datazone/types.rb', line 10366

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

#group_nameString

The name of the group for which the specified group profile exists.

Returns:

  • (String)


10366
10367
10368
10369
10370
10371
10372
10373
10374
10375
# File 'lib/aws-sdk-datazone/types.rb', line 10366

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

#idString

The identifier of the group profile.

Returns:

  • (String)


10366
10367
10368
10369
10370
10371
10372
10373
10374
10375
# File 'lib/aws-sdk-datazone/types.rb', line 10366

class GetGroupProfileOutput < 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)


10366
10367
10368
10369
10370
10371
10372
10373
10374
10375
# File 'lib/aws-sdk-datazone/types.rb', line 10366

class GetGroupProfileOutput < 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)


10366
10367
10368
10369
10370
10371
10372
10373
10374
10375
# File 'lib/aws-sdk-datazone/types.rb', line 10366

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

#statusString

The identifier of the group profile.

Returns:

  • (String)


10366
10367
10368
10369
10370
10371
10372
10373
10374
10375
# File 'lib/aws-sdk-datazone/types.rb', line 10366

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