Class: Aws::WorkSpaces::Types::CreateStandbyWorkspacesResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failed_standby_requestsArray<Types::FailedCreateStandbyWorkspacesRequest>

Information about the standby WorkSpace that could not be created.



919
920
921
922
923
924
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 919

class CreateStandbyWorkspacesResult < Struct.new(
  :failed_standby_requests,
  :pending_standby_requests)
  SENSITIVE = []
  include Aws::Structure
end

#pending_standby_requestsArray<Types::PendingCreateStandbyWorkspacesRequest>

Information about the standby WorkSpace that was created.



919
920
921
922
923
924
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 919

class CreateStandbyWorkspacesResult < Struct.new(
  :failed_standby_requests,
  :pending_standby_requests)
  SENSITIVE = []
  include Aws::Structure
end