Class: Aws::DataZone::Types::UpdateGroupProfileInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateGroupProfileInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain in which a group profile is updated.
-
#group_identifier ⇒ String
The identifier of the group profile that is updated.
-
#status ⇒ String
The status of the group profile that is updated.
Instance Attribute Details
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain in which a group profile is updated.
19413 19414 19415 19416 19417 19418 19419 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19413 class UpdateGroupProfileInput < Struct.new( :domain_identifier, :group_identifier, :status) SENSITIVE = [] include Aws::Structure end |
#group_identifier ⇒ String
The identifier of the group profile that is updated.
19413 19414 19415 19416 19417 19418 19419 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19413 class UpdateGroupProfileInput < Struct.new( :domain_identifier, :group_identifier, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the group profile that is updated.
19413 19414 19415 19416 19417 19418 19419 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19413 class UpdateGroupProfileInput < Struct.new( :domain_identifier, :group_identifier, :status) SENSITIVE = [] include Aws::Structure end |