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)


4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4453

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)


4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4453

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:



4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4453

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)


4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4453

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)


4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4453

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)


4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4453

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)


4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4453

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)


4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4453

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)


4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4453

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:



4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4453

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)


4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4453

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:



4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4453

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