Class: Aws::Types::ManagedWorkgroupListItem
- Inherits:
-
Object
- Object
- Aws::Types::ManagedWorkgroupListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#managed_workgroup_id ⇒ ::String
Returns the value of attribute managed_workgroup_id.
-
#managed_workgroup_name ⇒ ::String
Returns the value of attribute managed_workgroup_name.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
700 701 702 |
# File 'sig/types.rbs', line 700 def creation_date @creation_date end |
#managed_workgroup_id ⇒ ::String
Returns the value of attribute managed_workgroup_id.
701 702 703 |
# File 'sig/types.rbs', line 701 def managed_workgroup_id @managed_workgroup_id end |
#managed_workgroup_name ⇒ ::String
Returns the value of attribute managed_workgroup_name.
702 703 704 |
# File 'sig/types.rbs', line 702 def managed_workgroup_name @managed_workgroup_name end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
703 704 705 |
# File 'sig/types.rbs', line 703 def source_arn @source_arn end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
704 705 706 |
# File 'sig/types.rbs', line 704 def status @status end |