Class: Aws::Types::WorkGroup
- Inherits:
-
Object
- Object
- Aws::Types::WorkGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::WorkGroupConfiguration
Returns the value of attribute configuration.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#identity_center_application_arn ⇒ ::String
Returns the value of attribute identity_center_application_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
Instance Attribute Details
#configuration ⇒ Types::WorkGroupConfiguration
Returns the value of attribute configuration.
1369 1370 1371 |
# File 'sig/types.rbs', line 1369 def configuration @configuration end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1371 1372 1373 |
# File 'sig/types.rbs', line 1371 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
1370 1371 1372 |
# File 'sig/types.rbs', line 1370 def description @description end |
#identity_center_application_arn ⇒ ::String
Returns the value of attribute identity_center_application_arn.
1372 1373 1374 |
# File 'sig/types.rbs', line 1372 def identity_center_application_arn @identity_center_application_arn end |
#name ⇒ ::String
Returns the value of attribute name.
1367 1368 1369 |
# File 'sig/types.rbs', line 1367 def name @name end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
1368 1369 1370 |
# File 'sig/types.rbs', line 1368 def state @state end |