Class: Aws::WorkSpaces::Types::WorkspaceBundle

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb

Overview

Describes a WorkSpace bundle.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bundle_idString

The identifier of the bundle.

Returns:

  • (String)


4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4716

class WorkspaceBundle < Struct.new(
  :bundle_id,
  :name,
  :owner,
  :description,
  :image_id,
  :root_storage,
  :user_storage,
  :compute_type,
  :last_updated_time,
  :creation_time,
  :state,
  :bundle_type)
  SENSITIVE = []
  include Aws::Structure
end

#bundle_typeString

The type of WorkSpace bundle.

Returns:

  • (String)


4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4716

class WorkspaceBundle < Struct.new(
  :bundle_id,
  :name,
  :owner,
  :description,
  :image_id,
  :root_storage,
  :user_storage,
  :compute_type,
  :last_updated_time,
  :creation_time,
  :state,
  :bundle_type)
  SENSITIVE = []
  include Aws::Structure
end

#compute_typeTypes::ComputeType

The compute type of the bundle. For more information, see Amazon WorkSpaces Bundles.

Returns:



4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4716

class WorkspaceBundle < Struct.new(
  :bundle_id,
  :name,
  :owner,
  :description,
  :image_id,
  :root_storage,
  :user_storage,
  :compute_type,
  :last_updated_time,
  :creation_time,
  :state,
  :bundle_type)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The time when the bundle was created.

Returns:

  • (Time)


4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4716

class WorkspaceBundle < Struct.new(
  :bundle_id,
  :name,
  :owner,
  :description,
  :image_id,
  :root_storage,
  :user_storage,
  :compute_type,
  :last_updated_time,
  :creation_time,
  :state,
  :bundle_type)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the bundle.

Returns:

  • (String)


4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4716

class WorkspaceBundle < Struct.new(
  :bundle_id,
  :name,
  :owner,
  :description,
  :image_id,
  :root_storage,
  :user_storage,
  :compute_type,
  :last_updated_time,
  :creation_time,
  :state,
  :bundle_type)
  SENSITIVE = []
  include Aws::Structure
end

#image_idString

The identifier of the image that was used to create the bundle.

Returns:

  • (String)


4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4716

class WorkspaceBundle < Struct.new(
  :bundle_id,
  :name,
  :owner,
  :description,
  :image_id,
  :root_storage,
  :user_storage,
  :compute_type,
  :last_updated_time,
  :creation_time,
  :state,
  :bundle_type)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeTime

The last time that the bundle was updated.

Returns:

  • (Time)


4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4716

class WorkspaceBundle < Struct.new(
  :bundle_id,
  :name,
  :owner,
  :description,
  :image_id,
  :root_storage,
  :user_storage,
  :compute_type,
  :last_updated_time,
  :creation_time,
  :state,
  :bundle_type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the bundle.

Returns:

  • (String)


4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4716

class WorkspaceBundle < Struct.new(
  :bundle_id,
  :name,
  :owner,
  :description,
  :image_id,
  :root_storage,
  :user_storage,
  :compute_type,
  :last_updated_time,
  :creation_time,
  :state,
  :bundle_type)
  SENSITIVE = []
  include Aws::Structure
end

#ownerString

The owner of the bundle. This is the account identifier of the owner, or AMAZON if the bundle is provided by Amazon Web Services.

Returns:

  • (String)


4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4716

class WorkspaceBundle < Struct.new(
  :bundle_id,
  :name,
  :owner,
  :description,
  :image_id,
  :root_storage,
  :user_storage,
  :compute_type,
  :last_updated_time,
  :creation_time,
  :state,
  :bundle_type)
  SENSITIVE = []
  include Aws::Structure
end

#root_storageTypes::RootStorage

The size of the root volume.

Returns:



4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4716

class WorkspaceBundle < Struct.new(
  :bundle_id,
  :name,
  :owner,
  :description,
  :image_id,
  :root_storage,
  :user_storage,
  :compute_type,
  :last_updated_time,
  :creation_time,
  :state,
  :bundle_type)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the WorkSpace bundle.

Returns:

  • (String)


4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4716

class WorkspaceBundle < Struct.new(
  :bundle_id,
  :name,
  :owner,
  :description,
  :image_id,
  :root_storage,
  :user_storage,
  :compute_type,
  :last_updated_time,
  :creation_time,
  :state,
  :bundle_type)
  SENSITIVE = []
  include Aws::Structure
end

#user_storageTypes::UserStorage

The size of the user volume.

Returns:



4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4716

class WorkspaceBundle < Struct.new(
  :bundle_id,
  :name,
  :owner,
  :description,
  :image_id,
  :root_storage,
  :user_storage,
  :compute_type,
  :last_updated_time,
  :creation_time,
  :state,
  :bundle_type)
  SENSITIVE = []
  include Aws::Structure
end