Class: Aws::WorkSpaces::Types::PendingCreateStandbyWorkspacesRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#directory_id ⇒ String

The identifier of the directory for the standby WorkSpace.

Returns:

  • (String)


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.

Returns:

  • (String)


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.

Returns:

  • (String)


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.

Returns:

  • (String)


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