Class: Aws::DataZone::Types::CreateGroupProfileInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


3180
3181
3182
3183
3184
3185
3186
# File 'lib/aws-sdk-datazone/types.rb', line 3180

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

#domain_identifierString

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

Returns:

  • (String)


3180
3181
3182
3183
3184
3185
3186
# File 'lib/aws-sdk-datazone/types.rb', line 3180

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

#group_identifierString

The identifier of the group for which the group profile is created.

Returns:

  • (String)


3180
3181
3182
3183
3184
3185
3186
# File 'lib/aws-sdk-datazone/types.rb', line 3180

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