Class: Aws::Types::CreateVirtualClusterRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVirtualClusterRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#container_provider ⇒ Types::ContainerProvider
Returns the value of attribute container_provider.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#scheduler_configuration ⇒ Types::SchedulerConfiguration
Returns the value of attribute scheduler_configuration.
-
#security_configuration_id ⇒ ::String
Returns the value of attribute security_configuration_id.
-
#session_enabled ⇒ Boolean
Returns the value of attribute session_enabled.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
142 143 144 |
# File 'sig/types.rbs', line 142 def client_token @client_token end |
#container_provider ⇒ Types::ContainerProvider
Returns the value of attribute container_provider.
141 142 143 |
# File 'sig/types.rbs', line 141 def container_provider @container_provider end |
#name ⇒ ::String
Returns the value of attribute name.
140 141 142 |
# File 'sig/types.rbs', line 140 def name @name end |
#scheduler_configuration ⇒ Types::SchedulerConfiguration
Returns the value of attribute scheduler_configuration.
146 147 148 |
# File 'sig/types.rbs', line 146 def scheduler_configuration @scheduler_configuration end |
#security_configuration_id ⇒ ::String
Returns the value of attribute security_configuration_id.
144 145 146 |
# File 'sig/types.rbs', line 144 def security_configuration_id @security_configuration_id end |
#session_enabled ⇒ Boolean
Returns the value of attribute session_enabled.
145 146 147 |
# File 'sig/types.rbs', line 145 def session_enabled @session_enabled end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
143 144 145 |
# File 'sig/types.rbs', line 143 def end |