Class: Aws::Types::CreateVirtualClusterRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:



142
143
144
# File 'sig/types.rbs', line 142

def client_token
  @client_token
end

#container_providerTypes::ContainerProvider

Returns the value of attribute container_provider.

Returns:



141
142
143
# File 'sig/types.rbs', line 141

def container_provider
  @container_provider
end

#name::String

Returns the value of attribute name.

Returns:



140
141
142
# File 'sig/types.rbs', line 140

def name
  @name
end

#scheduler_configurationTypes::SchedulerConfiguration

Returns the value of attribute scheduler_configuration.

Returns:



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.

Returns:



144
145
146
# File 'sig/types.rbs', line 144

def security_configuration_id
  @security_configuration_id
end

#session_enabledBoolean

Returns the value of attribute session_enabled.

Returns:



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.

Returns:



143
144
145
# File 'sig/types.rbs', line 143

def tags
  @tags
end