Class: Aws::Types::CreateWorkspacesPoolRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_settingsTypes::ApplicationSettingsRequest

Returns the value of attribute application_settings.



361
362
363
# File 'sig/types.rbs', line 361

def application_settings
  @application_settings
end

#bundle_id::String

Returns the value of attribute bundle_id.

Returns:

  • (::String)


357
358
359
# File 'sig/types.rbs', line 357

def bundle_id
  @bundle_id
end

#capacityTypes::Capacity

Returns the value of attribute capacity.

Returns:



359
360
361
# File 'sig/types.rbs', line 359

def capacity
  @capacity
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


356
357
358
# File 'sig/types.rbs', line 356

def description
  @description
end

#directory_id::String

Returns the value of attribute directory_id.

Returns:

  • (::String)


358
359
360
# File 'sig/types.rbs', line 358

def directory_id
  @directory_id
end

#pool_name::String

Returns the value of attribute pool_name.

Returns:

  • (::String)


355
356
357
# File 'sig/types.rbs', line 355

def pool_name
  @pool_name
end

#running_mode"AUTO_STOP", "ALWAYS_ON"

Returns the value of attribute running_mode.

Returns:

  • ("AUTO_STOP", "ALWAYS_ON")


363
364
365
# File 'sig/types.rbs', line 363

def running_mode
  @running_mode
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



360
361
362
# File 'sig/types.rbs', line 360

def tags
  @tags
end

#timeout_settingsTypes::TimeoutSettings

Returns the value of attribute timeout_settings.



362
363
364
# File 'sig/types.rbs', line 362

def timeout_settings
  @timeout_settings
end