Class: Aws::Connect::Types::DeleteWorkspacePageRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.



10629
10630
10631
10632
10633
10634
10635
# File 'lib/aws-sdk-connect/types.rb', line 10629

class DeleteWorkspacePageRequest < Struct.new(
  :instance_id,
  :workspace_id,
  :page)
  SENSITIVE = []
  include Aws::Structure
end

#pageString

The page identifier.



10629
10630
10631
10632
10633
10634
10635
# File 'lib/aws-sdk-connect/types.rb', line 10629

class DeleteWorkspacePageRequest < Struct.new(
  :instance_id,
  :workspace_id,
  :page)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The identifier of the workspace.



10629
10630
10631
10632
10633
10634
10635
# File 'lib/aws-sdk-connect/types.rb', line 10629

class DeleteWorkspacePageRequest < Struct.new(
  :instance_id,
  :workspace_id,
  :page)
  SENSITIVE = []
  include Aws::Structure
end