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_idString

The identifier of the directory for the standby WorkSpace.

Returns:

  • (String)


3944
3945
3946
3947
3948
3949
3950
3951
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3944

class PendingCreateStandbyWorkspacesRequest < Struct.new(
  :user_name,
  :directory_id,
  :state,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The operational state of the standby WorkSpace.

Returns:

  • (String)


3944
3945
3946
3947
3948
3949
3950
3951
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3944

class PendingCreateStandbyWorkspacesRequest < Struct.new(
  :user_name,
  :directory_id,
  :state,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#user_nameString

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)


3944
3945
3946
3947
3948
3949
3950
3951
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3944

class PendingCreateStandbyWorkspacesRequest < Struct.new(
  :user_name,
  :directory_id,
  :state,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The identifier of the standby WorkSpace.

Returns:

  • (String)


3944
3945
3946
3947
3948
3949
3950
3951
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3944

class PendingCreateStandbyWorkspacesRequest < Struct.new(
  :user_name,
  :directory_id,
  :state,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end