Class: Aws::DataZone::Types::GetGroupProfileInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetGroupProfileInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain in which the group profile exists.
-
#group_identifier ⇒ String
The identifier of the group profile.
Instance Attribute Details
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain in which the group profile exists.
10392 10393 10394 10395 10396 10397 |
# File 'lib/aws-sdk-datazone/types.rb', line 10392 class GetGroupProfileInput < Struct.new( :domain_identifier, :group_identifier) SENSITIVE = [] include Aws::Structure end |
#group_identifier ⇒ String
The identifier of the group profile.
10392 10393 10394 10395 10396 10397 |
# File 'lib/aws-sdk-datazone/types.rb', line 10392 class GetGroupProfileInput < Struct.new( :domain_identifier, :group_identifier) SENSITIVE = [] include Aws::Structure end |