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)


9085
9086
9087
9088
9089
9090
9091
9092
# File 'lib/aws-sdk-datazone/types.rb', line 9085

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

#group_nameString

The group name of a group profile.

Returns:

  • (String)


9085
9086
9087
9088
9089
9090
9091
9092
# File 'lib/aws-sdk-datazone/types.rb', line 9085

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

#idString

The ID of a group profile.

Returns:

  • (String)


9085
9086
9087
9088
9089
9090
9091
9092
# File 'lib/aws-sdk-datazone/types.rb', line 9085

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

#statusString

The status of a group profile.

Returns:

  • (String)


9085
9086
9087
9088
9089
9090
9091
9092
# File 'lib/aws-sdk-datazone/types.rb', line 9085

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