Class: Aws::DataZone::Types::UpdateGroupProfileOutput

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_idString

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

Returns:

  • (String)


22384
22385
22386
22387
22388
22389
22390
22391
22392
22393
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22384

class UpdateGroupProfileOutput < 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 profile that is updated.

Returns:

  • (String)


22384
22385
22386
22387
22388
22389
22390
22391
22392
22393
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22384

class UpdateGroupProfileOutput < 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 that is updated.

Returns:

  • (String)


22384
22385
22386
22387
22388
22389
22390
22391
22392
22393
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22384

class UpdateGroupProfileOutput < 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 updated group profile.

Returns:

  • (String)


22384
22385
22386
22387
22388
22389
22390
22391
22392
22393
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22384

class UpdateGroupProfileOutput < 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 updated group profile.

Returns:

  • (String)


22384
22385
22386
22387
22388
22389
22390
22391
22392
22393
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22384

class UpdateGroupProfileOutput < 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 the group profile that is updated.

Returns:

  • (String)


22384
22385
22386
22387
22388
22389
22390
22391
22392
22393
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22384

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