Class: Aws::Types::Workspace

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bundle_id::String

Returns the value of attribute bundle_id.

Returns:

  • (::String)


1648
1649
1650
# File 'sig/types.rbs', line 1648

def bundle_id
  @bundle_id
end

#computer_name::String

Returns the value of attribute computer_name.

Returns:

  • (::String)


1652
1653
1654
# File 'sig/types.rbs', line 1652

def computer_name
  @computer_name
end

#data_replication_settingsTypes::DataReplicationSettings

Returns the value of attribute data_replication_settings.



1660
1661
1662
# File 'sig/types.rbs', line 1660

def data_replication_settings
  @data_replication_settings
end

#directory_id::String

Returns the value of attribute directory_id.

Returns:

  • (::String)


1643
1644
1645
# File 'sig/types.rbs', line 1643

def directory_id
  @directory_id
end

#error_code::String

Returns the value of attribute error_code.

Returns:

  • (::String)


1651
1652
1653
# File 'sig/types.rbs', line 1651

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


1650
1651
1652
# File 'sig/types.rbs', line 1650

def error_message
  @error_message
end

#ip_address::String

Returns the value of attribute ip_address.

Returns:

  • (::String)


1645
1646
1647
# File 'sig/types.rbs', line 1645

def ip_address
  @ip_address
end

#ipv_6_address::String

Returns the value of attribute ipv_6_address.

Returns:

  • (::String)


1646
1647
1648
# File 'sig/types.rbs', line 1646

def ipv_6_address
  @ipv_6_address
end

#modification_states::Array[Types::ModificationState]

Returns the value of attribute modification_states.

Returns:



1658
1659
1660
# File 'sig/types.rbs', line 1658

def modification_states
  @modification_states
end

Returns the value of attribute related_workspaces.

Returns:



1659
1660
1661
# File 'sig/types.rbs', line 1659

def related_workspaces
  @related_workspaces
end

#root_volume_encryption_enabledBoolean

Returns the value of attribute root_volume_encryption_enabled.

Returns:

  • (Boolean)


1655
1656
1657
# File 'sig/types.rbs', line 1655

def root_volume_encryption_enabled
  @root_volume_encryption_enabled
end

#standby_workspaces_properties::Array[Types::StandbyWorkspacesProperties]

Returns the value of attribute standby_workspaces_properties.



1661
1662
1663
# File 'sig/types.rbs', line 1661

def standby_workspaces_properties
  @standby_workspaces_properties
end

#state"PENDING", ...

Returns the value of attribute state.

Returns:

  • ("PENDING", "AVAILABLE", "IMPAIRED", "UNHEALTHY", "REBOOTING", "STARTING", "REBUILDING", "RESTORING", "MAINTENANCE", "ADMIN_MAINTENANCE", "TERMINATING", "TERMINATED", "SUSPENDED", "UPDATING", "STOPPING", "STOPPED", "ERROR")


1647
1648
1649
# File 'sig/types.rbs', line 1647

def state
  @state
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


1649
1650
1651
# File 'sig/types.rbs', line 1649

def subnet_id
  @subnet_id
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


1644
1645
1646
# File 'sig/types.rbs', line 1644

def user_name
  @user_name
end

#user_volume_encryption_enabledBoolean

Returns the value of attribute user_volume_encryption_enabled.

Returns:

  • (Boolean)


1654
1655
1656
# File 'sig/types.rbs', line 1654

def user_volume_encryption_enabled
  @user_volume_encryption_enabled
end

#volume_encryption_key::String

Returns the value of attribute volume_encryption_key.

Returns:

  • (::String)


1653
1654
1655
# File 'sig/types.rbs', line 1653

def volume_encryption_key
  @volume_encryption_key
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


1642
1643
1644
# File 'sig/types.rbs', line 1642

def workspace_id
  @workspace_id
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


1656
1657
1658
# File 'sig/types.rbs', line 1656

def workspace_name
  @workspace_name
end

#workspace_propertiesTypes::WorkspaceProperties

Returns the value of attribute workspace_properties.



1657
1658
1659
# File 'sig/types.rbs', line 1657

def workspace_properties
  @workspace_properties
end