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)


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

#stateString

The operational state of the standby WorkSpace.

Returns:

  • (String)


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_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)


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_idString

The identifier of the standby WorkSpace.

Returns:

  • (String)


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