Class: Aws::DataZone::Types::GetGroupProfileOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetGroupProfileOutput
- Includes:
- Structure
- Defined in:
- 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 exists.
-
#group_name ⇒ String
The name of the group for which the specified group profile exists.
-
#id ⇒ String
The identifier of the group profile.
-
#status ⇒ String
The identifier of the group profile.
Instance Attribute Details
#domain_id ⇒ String
The identifier of the Amazon DataZone domain in which the group profile exists.
7764 7765 7766 7767 7768 7769 7770 7771 |
# File 'lib/aws-sdk-datazone/types.rb', line 7764 class GetGroupProfileOutput < 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 the specified group profile exists.
7764 7765 7766 7767 7768 7769 7770 7771 |
# File 'lib/aws-sdk-datazone/types.rb', line 7764 class GetGroupProfileOutput < Struct.new( :domain_id, :group_name, :id, :status) SENSITIVE = [:group_name] include Aws::Structure end |
#id ⇒ String
The identifier of the group profile.
7764 7765 7766 7767 7768 7769 7770 7771 |
# File 'lib/aws-sdk-datazone/types.rb', line 7764 class GetGroupProfileOutput < Struct.new( :domain_id, :group_name, :id, :status) SENSITIVE = [:group_name] include Aws::Structure end |
#status ⇒ String
The identifier of the group profile.
7764 7765 7766 7767 7768 7769 7770 7771 |
# File 'lib/aws-sdk-datazone/types.rb', line 7764 class GetGroupProfileOutput < Struct.new( :domain_id, :group_name, :id, :status) SENSITIVE = [:group_name] include Aws::Structure end |