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.
3881 3882 3883 3884 3885 3886 3887 3888 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3881 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.
3881 3882 3883 3884 3885 3886 3887 3888 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3881 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.
3881 3882 3883 3884 3885 3886 3887 3888 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3881 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.
3881 3882 3883 3884 3885 3886 3887 3888 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3881 class PendingCreateStandbyWorkspacesRequest < Struct.new( :user_name, :directory_id, :state, :workspace_id) SENSITIVE = [] include Aws::Structure end |