Class: Aws::DataZone::Types::GroupProfileSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GroupProfileSummary
- 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
-
#domain_id ⇒ String
The ID of the Amazon DataZone domain of a group profile.
-
#group_name ⇒ String
The group name of a group profile.
-
#id ⇒ String
The ID of a group profile.
-
#status ⇒ String
The status of a group profile.
Instance Attribute Details
#domain_id ⇒ String
The ID of the Amazon DataZone domain of a group profile.
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_name ⇒ String
The group name of a group profile.
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 |
#id ⇒ String
The ID of a group profile.
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 |
#status ⇒ String
The status of a group profile.
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 |