Class: Aws::Types::UpdateGroupInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGroupInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#criticality ⇒ ::Integer
Returns the value of attribute criticality.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#group ⇒ ::String
Returns the value of attribute group.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#owner ⇒ ::String
Returns the value of attribute owner.
Instance Attribute Details
#criticality ⇒ ::Integer
Returns the value of attribute criticality.
458 459 460 |
# File 'sig/types.rbs', line 458 def criticality @criticality end |
#description ⇒ ::String
Returns the value of attribute description.
457 458 459 |
# File 'sig/types.rbs', line 457 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
460 461 462 |
# File 'sig/types.rbs', line 460 def display_name @display_name end |
#group ⇒ ::String
Returns the value of attribute group.
456 457 458 |
# File 'sig/types.rbs', line 456 def group @group end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
455 456 457 |
# File 'sig/types.rbs', line 455 def group_name @group_name end |
#owner ⇒ ::String
Returns the value of attribute owner.
459 460 461 |
# File 'sig/types.rbs', line 459 def owner @owner end |