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.
5404 5405 5406 5407 5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 5418 5419 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5404 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.
5404 5405 5406 5407 5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 5418 5419 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5404 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.
5404 5405 5406 5407 5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 5418 5419 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5404 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.
5404 5405 5406 5407 5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 5418 5419 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5404 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.
5404 5405 5406 5407 5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 5418 5419 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5404 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.
5404 5405 5406 5407 5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 5418 5419 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5404 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.
5404 5405 5406 5407 5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 5418 5419 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5404 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.
5404 5405 5406 5407 5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 5418 5419 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5404 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.
5404 5405 5406 5407 5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 5418 5419 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5404 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.
5404 5405 5406 5407 5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 5418 5419 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5404 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.
5404 5405 5406 5407 5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 5418 5419 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5404 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.
5404 5405 5406 5407 5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 5418 5419 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5404 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 |