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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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)


8779
8780
8781
8782
8783
8784
8785
8786
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8779

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)


8779
8780
8781
8782
8783
8784
8785
8786
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8779

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)


8779
8780
8781
8782
8783
8784
8785
8786
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8779

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)


8779
8780
8781
8782
8783
8784
8785
8786
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8779

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