Class: Aws::DataZone::Types::UpdateGroupProfileInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateGroupProfileInput
- Includes:
- Structure
- Defined in:
- 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.
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_identifier ⇒ String
The identifier of the group profile that is updated.
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 |
#status ⇒ String
The status of the group profile that is updated.
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 |