Class: Aws::Types::WorkspacesPool

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_settingsTypes::ApplicationSettingsResponse

Returns the value of attribute application_settings.



1823
1824
1825
# File 'sig/types.rbs', line 1823

def application_settings
  @application_settings
end

#bundle_id::String

Returns the value of attribute bundle_id.

Returns:

  • (::String)


1820
1821
1822
# File 'sig/types.rbs', line 1820

def bundle_id
  @bundle_id
end

#capacity_statusTypes::CapacityStatus

Returns the value of attribute capacity_status.



1815
1816
1817
# File 'sig/types.rbs', line 1815

def capacity_status
  @capacity_status
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1819
1820
1821
# File 'sig/types.rbs', line 1819

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1817
1818
1819
# File 'sig/types.rbs', line 1817

def description
  @description
end

#directory_id::String

Returns the value of attribute directory_id.

Returns:

  • (::String)


1821
1822
1823
# File 'sig/types.rbs', line 1821

def directory_id
  @directory_id
end

#errors::Array[Types::WorkspacesPoolError]

Returns the value of attribute errors.

Returns:



1822
1823
1824
# File 'sig/types.rbs', line 1822

def errors
  @errors
end

#pool_arn::String

Returns the value of attribute pool_arn.

Returns:

  • (::String)


1814
1815
1816
# File 'sig/types.rbs', line 1814

def pool_arn
  @pool_arn
end

#pool_id::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


1813
1814
1815
# File 'sig/types.rbs', line 1813

def pool_id
  @pool_id
end

#pool_name::String

Returns the value of attribute pool_name.

Returns:

  • (::String)


1816
1817
1818
# File 'sig/types.rbs', line 1816

def pool_name
  @pool_name
end

#running_mode"AUTO_STOP", "ALWAYS_ON"

Returns the value of attribute running_mode.

Returns:

  • ("AUTO_STOP", "ALWAYS_ON")


1825
1826
1827
# File 'sig/types.rbs', line 1825

def running_mode
  @running_mode
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "DELETING", "RUNNING", "STARTING", "STOPPED", "STOPPING", "UPDATING")


1818
1819
1820
# File 'sig/types.rbs', line 1818

def state
  @state
end

#timeout_settingsTypes::TimeoutSettings

Returns the value of attribute timeout_settings.



1824
1825
1826
# File 'sig/types.rbs', line 1824

def timeout_settings
  @timeout_settings
end