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

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

Overview

Describes a WorkSpace bundle.

Instance Attribute Summary collapse

Instance Attribute Details

#bundle_idString

The bundle identifier.

Returns:

  • (String)


1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
# File 'lib/aws-sdk-workspaces/types.rb', line 1717

class WorkspaceBundle < Struct.new(
  :bundle_id,
  :name,
  :owner,
  :description,
  :root_storage,
  :user_storage,
  :compute_type)
  include Aws::Structure
end

#compute_typeTypes::ComputeType

The compute type. For more information, see [Amazon WorkSpaces Bundles].

[1]: aws.amazon.com/workspaces/details/#Amazon_WorkSpaces_Bundles

Returns:



1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
# File 'lib/aws-sdk-workspaces/types.rb', line 1717

class WorkspaceBundle < Struct.new(
  :bundle_id,
  :name,
  :owner,
  :description,
  :root_storage,
  :user_storage,
  :compute_type)
  include Aws::Structure
end

#descriptionString

A description.

Returns:

  • (String)


1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
# File 'lib/aws-sdk-workspaces/types.rb', line 1717

class WorkspaceBundle < Struct.new(
  :bundle_id,
  :name,
  :owner,
  :description,
  :root_storage,
  :user_storage,
  :compute_type)
  include Aws::Structure
end

#nameString

The name of the bundle.

Returns:

  • (String)


1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
# File 'lib/aws-sdk-workspaces/types.rb', line 1717

class WorkspaceBundle < Struct.new(
  :bundle_id,
  :name,
  :owner,
  :description,
  :root_storage,
  :user_storage,
  :compute_type)
  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 AWS.

Returns:

  • (String)


1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
# File 'lib/aws-sdk-workspaces/types.rb', line 1717

class WorkspaceBundle < Struct.new(
  :bundle_id,
  :name,
  :owner,
  :description,
  :root_storage,
  :user_storage,
  :compute_type)
  include Aws::Structure
end

#root_storageTypes::RootStorage

The size of the root volume.

Returns:



1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
# File 'lib/aws-sdk-workspaces/types.rb', line 1717

class WorkspaceBundle < Struct.new(
  :bundle_id,
  :name,
  :owner,
  :description,
  :root_storage,
  :user_storage,
  :compute_type)
  include Aws::Structure
end

#user_storageTypes::UserStorage

The size of the user storage.

Returns:



1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
# File 'lib/aws-sdk-workspaces/types.rb', line 1717

class WorkspaceBundle < Struct.new(
  :bundle_id,
  :name,
  :owner,
  :description,
  :root_storage,
  :user_storage,
  :compute_type)
  include Aws::Structure
end