Class: Aws::Types::WorkGroupSummary
- Inherits:
-
Object
- Object
- Aws::Types::WorkGroupSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#engine_version ⇒ Types::EngineVersion
Returns the value of attribute engine_version.
-
#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
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1419 1420 1421 |
# File 'sig/types.rbs', line 1419 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
1418 1419 1420 |
# File 'sig/types.rbs', line 1418 def description @description end |
#engine_version ⇒ Types::EngineVersion
Returns the value of attribute engine_version.
1420 1421 1422 |
# File 'sig/types.rbs', line 1420 def engine_version @engine_version end |
#identity_center_application_arn ⇒ ::String
Returns the value of attribute identity_center_application_arn.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 def identity_center_application_arn @identity_center_application_arn end |
#name ⇒ ::String
Returns the value of attribute name.
1416 1417 1418 |
# File 'sig/types.rbs', line 1416 def name @name end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
1417 1418 1419 |
# File 'sig/types.rbs', line 1417 def state @state end |