Class: Aws::DataZone::Types::UpdateGroupProfileInput

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

#domain_identifierString

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

Returns:

  • (String)


16171
16172
16173
16174
16175
16176
16177
# File 'lib/aws-sdk-datazone/types.rb', line 16171

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

#group_identifierString

The identifier of the group profile that is updated.

Returns:

  • (String)


16171
16172
16173
16174
16175
16176
16177
# File 'lib/aws-sdk-datazone/types.rb', line 16171

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

#statusString

The status of the group profile that is updated.

Returns:

  • (String)


16171
16172
16173
16174
16175
16176
16177
# File 'lib/aws-sdk-datazone/types.rb', line 16171

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