Class: Aws::WorkSpaces::Types::PendingCreateStandbyWorkspacesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::PendingCreateStandbyWorkspacesRequest
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
Information about the standby WorkSpace.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_id ⇒ String
The identifier of the directory for the standby WorkSpace.
-
#state ⇒ String
The operational state of the standby WorkSpace.
-
#user_name ⇒ String
Describes the standby WorkSpace that was created.
-
#workspace_id ⇒ String
The identifier of the standby WorkSpace.
Instance Attribute Details
#directory_id ⇒ String
The identifier of the directory for the standby WorkSpace.
4218 4219 4220 4221 4222 4223 4224 4225 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4218 class PendingCreateStandbyWorkspacesRequest < Struct.new( :user_name, :directory_id, :state, :workspace_id) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The operational state of the standby WorkSpace.
4218 4219 4220 4221 4222 4223 4224 4225 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4218 class PendingCreateStandbyWorkspacesRequest < Struct.new( :user_name, :directory_id, :state, :workspace_id) SENSITIVE = [] include Aws::Structure end |
#user_name ⇒ String
Describes the standby WorkSpace that was created.
Because this operation is asynchronous, the identifier returned is not immediately available for use with other operations. For example, if you call DescribeWorkspaces before the WorkSpace is created, the information returned can be incomplete.
4218 4219 4220 4221 4222 4223 4224 4225 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4218 class PendingCreateStandbyWorkspacesRequest < Struct.new( :user_name, :directory_id, :state, :workspace_id) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The identifier of the standby WorkSpace.
4218 4219 4220 4221 4222 4223 4224 4225 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4218 class PendingCreateStandbyWorkspacesRequest < Struct.new( :user_name, :directory_id, :state, :workspace_id) SENSITIVE = [] include Aws::Structure end |