Class: Aws::DataZone::Types::CreateGroupProfileOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateGroupProfileOutput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:group_name]
Instance Attribute Summary collapse
-
#domain_id ⇒ String
The identifier of the Amazon DataZone domain in which the group profile is created.
-
#group_name ⇒ String
The name of the group for which group profile is created.
-
#id ⇒ String
The identifier of the group profile.
-
#status ⇒ String
The status of the group profile.
Instance Attribute Details
#domain_id ⇒ String
The identifier of the Amazon DataZone domain in which the group profile is created.
3813 3814 3815 3816 3817 3818 3819 3820 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3813 class CreateGroupProfileOutput < Struct.new( :domain_id, :group_name, :id, :status) SENSITIVE = [:group_name] include Aws::Structure end |
#group_name ⇒ String
The name of the group for which group profile is created.
3813 3814 3815 3816 3817 3818 3819 3820 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3813 class CreateGroupProfileOutput < Struct.new( :domain_id, :group_name, :id, :status) SENSITIVE = [:group_name] include Aws::Structure end |
#id ⇒ String
The identifier of the group profile.
3813 3814 3815 3816 3817 3818 3819 3820 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3813 class CreateGroupProfileOutput < Struct.new( :domain_id, :group_name, :id, :status) SENSITIVE = [:group_name] include Aws::Structure end |
#status ⇒ String
The status of the group profile.
3813 3814 3815 3816 3817 3818 3819 3820 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3813 class CreateGroupProfileOutput < Struct.new( :domain_id, :group_name, :id, :status) SENSITIVE = [:group_name] include Aws::Structure end |