Class: Aws::WorkSpaces::Types::WorkspaceBundle
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::WorkspaceBundle
- 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
-
#bundle_id ⇒ String
The identifier of the bundle.
-
#bundle_type ⇒ String
The type of WorkSpace bundle.
-
#compute_type ⇒ Types::ComputeType
The compute type of the bundle.
-
#creation_time ⇒ Time
The time when the bundle was created.
-
#description ⇒ String
The description of the bundle.
-
#image_id ⇒ String
The identifier of the image that was used to create the bundle.
-
#last_updated_time ⇒ Time
The last time that the bundle was updated.
-
#name ⇒ String
The name of the bundle.
-
#owner ⇒ String
The owner of the bundle.
-
#root_storage ⇒ Types::RootStorage
The size of the root volume.
-
#state ⇒ String
The state of the WorkSpace bundle.
-
#user_storage ⇒ Types::UserStorage
The size of the user volume.
Instance Attribute Details
#bundle_id ⇒ String
The identifier of the bundle.
5465 5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5465 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_type ⇒ String
The type of WorkSpace bundle.
5465 5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5465 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_type ⇒ Types::ComputeType
The compute type of the bundle. For more information, see Amazon WorkSpaces Bundles.
5465 5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5465 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_time ⇒ Time
The time when the bundle was created.
5465 5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5465 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 |
#description ⇒ String
The description of the bundle.
5465 5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5465 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_id ⇒ String
The identifier of the image that was used to create the bundle.
5465 5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5465 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_time ⇒ Time
The last time that the bundle was updated.
5465 5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5465 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 |
#name ⇒ String
The name of the bundle.
5465 5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5465 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 |
#owner ⇒ String
The owner of the bundle. This is the account identifier of the
owner, or AMAZON
if the bundle is provided by Amazon Web Services.
5465 5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5465 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_storage ⇒ Types::RootStorage
The size of the root volume.
5465 5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5465 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 |
#state ⇒ String
The state of the WorkSpace bundle.
5465 5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5465 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_storage ⇒ Types::UserStorage
The size of the user volume.
5465 5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5465 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 |