Class: Aws::Types::VirtualCluster
- Inherits:
-
Object
- Object
- Aws::Types::VirtualCluster
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#container_provider ⇒ Types::ContainerProvider
Returns the value of attribute container_provider.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#scheduler_configuration ⇒ Types::SchedulerConfiguration
Returns the value of attribute scheduler_configuration.
-
#scheduler_status ⇒ Types::SchedulerStatus
Returns the value of attribute scheduler_status.
-
#security_configuration_id ⇒ ::String
Returns the value of attribute security_configuration_id.
-
#session_enabled ⇒ Boolean
Returns the value of attribute session_enabled.
-
#state ⇒ "RUNNING", ...
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
678 679 680 |
# File 'sig/types.rbs', line 678 def arn @arn end |
#container_provider ⇒ Types::ContainerProvider
Returns the value of attribute container_provider.
680 681 682 |
# File 'sig/types.rbs', line 680 def container_provider @container_provider end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
681 682 683 |
# File 'sig/types.rbs', line 681 def created_at @created_at end |
#id ⇒ ::String
Returns the value of attribute id.
676 677 678 |
# File 'sig/types.rbs', line 676 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
677 678 679 |
# File 'sig/types.rbs', line 677 def name @name end |
#scheduler_configuration ⇒ Types::SchedulerConfiguration
Returns the value of attribute scheduler_configuration.
685 686 687 |
# File 'sig/types.rbs', line 685 def scheduler_configuration @scheduler_configuration end |
#scheduler_status ⇒ Types::SchedulerStatus
Returns the value of attribute scheduler_status.
686 687 688 |
# File 'sig/types.rbs', line 686 def scheduler_status @scheduler_status end |
#security_configuration_id ⇒ ::String
Returns the value of attribute security_configuration_id.
683 684 685 |
# File 'sig/types.rbs', line 683 def security_configuration_id @security_configuration_id end |
#session_enabled ⇒ Boolean
Returns the value of attribute session_enabled.
684 685 686 |
# File 'sig/types.rbs', line 684 def session_enabled @session_enabled end |
#state ⇒ "RUNNING", ...
Returns the value of attribute state.
679 680 681 |
# File 'sig/types.rbs', line 679 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
682 683 684 |
# File 'sig/types.rbs', line 682 def @tags end |