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)


15547
15548
15549
15550
15551
15552
15553
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15547

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)


15547
15548
15549
15550
15551
15552
15553
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15547

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)


15547
15548
15549
15550
15551
15552
15553
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15547

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