Class: Aws::Types::UpdateWorkspacesPoolRequest

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.



1595
1596
1597
# File 'sig/types.rbs', line 1595

def application_settings
  @application_settings
end

#bundle_id::String

Returns the value of attribute bundle_id.

Returns:

  • (::String)


1592
1593
1594
# File 'sig/types.rbs', line 1592

def bundle_id
  @bundle_id
end

#capacityTypes::Capacity

Returns the value of attribute capacity.

Returns:



1594
1595
1596
# File 'sig/types.rbs', line 1594

def capacity
  @capacity
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1591
1592
1593
# File 'sig/types.rbs', line 1591

def description
  @description
end

#directory_id::String

Returns the value of attribute directory_id.

Returns:

  • (::String)


1593
1594
1595
# File 'sig/types.rbs', line 1593

def directory_id
  @directory_id
end

#pool_id::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


1590
1591
1592
# File 'sig/types.rbs', line 1590

def pool_id
  @pool_id
end

#running_mode"AUTO_STOP", "ALWAYS_ON"

Returns the value of attribute running_mode.

Returns:

  • ("AUTO_STOP", "ALWAYS_ON")


1597
1598
1599
# File 'sig/types.rbs', line 1597

def running_mode
  @running_mode
end

#timeout_settingsTypes::TimeoutSettings

Returns the value of attribute timeout_settings.



1596
1597
1598
# File 'sig/types.rbs', line 1596

def timeout_settings
  @timeout_settings
end