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)


11548
11549
11550
11551
11552
11553
11554
11555
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11548

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

#group_nameString

The name of the group profile that is updated.

Returns:

  • (String)


11548
11549
11550
11551
11552
11553
11554
11555
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11548

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

#idString

The identifier of the group profile that is updated.

Returns:

  • (String)


11548
11549
11550
11551
11552
11553
11554
11555
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11548

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

#statusString

The status of the group profile that is updated.

Returns:

  • (String)


11548
11549
11550
11551
11552
11553
11554
11555
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11548

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