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

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 a group profile is updated.

Returns:

  • (String)


11521
11522
11523
11524
11525
11526
11527
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11521

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)


11521
11522
11523
11524
11525
11526
11527
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11521

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)


11521
11522
11523
11524
11525
11526
11527
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11521

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