Class: Aws::Types::UpdateGroupProfileInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGroupProfileInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#group_identifier ⇒ ::String
Returns the value of attribute group_identifier.
-
#status ⇒ "ASSIGNED", "NOT_ASSIGNED"
Returns the value of attribute status.
Instance Attribute Details
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
6682 6683 6684 |
# File 'sig/types.rbs', line 6682 def domain_identifier @domain_identifier end |
#group_identifier ⇒ ::String
Returns the value of attribute group_identifier.
6683 6684 6685 |
# File 'sig/types.rbs', line 6683 def group_identifier @group_identifier end |
#status ⇒ "ASSIGNED", "NOT_ASSIGNED"
Returns the value of attribute status.
6684 6685 6686 |
# File 'sig/types.rbs', line 6684 def status @status end |