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)


6675
6676
6677
6678
6679
6680
6681
6682
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6675

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)


6675
6676
6677
6678
6679
6680
6681
6682
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6675

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)


6675
6676
6677
6678
6679
6680
6681
6682
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6675

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)


6675
6676
6677
6678
6679
6680
6681
6682
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6675

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