Class: Aws::DataZone::Types::GetGroupProfileInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifierString

The identifier of the Amazon DataZone domain in which the group profile exists.

Returns:

  • (String)


5628
5629
5630
5631
5632
5633
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5628

class GetGroupProfileInput < Struct.new(
  :domain_identifier,
  :group_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#group_identifierString

The identifier of the group profile.

Returns:

  • (String)


5628
5629
5630
5631
5632
5633
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5628

class GetGroupProfileInput < Struct.new(
  :domain_identifier,
  :group_identifier)
  SENSITIVE = []
  include Aws::Structure
end