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.

Returns:

  • (String)


10035
10036
10037
10038
10039
10040
10041
# File 'lib/aws-sdk-connect/types.rb', line 10035

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

#pageString

The page identifier.

Returns:

  • (String)


10035
10036
10037
10038
10039
10040
10041
# File 'lib/aws-sdk-connect/types.rb', line 10035

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

#workspace_idString

The identifier of the workspace.

Returns:

  • (String)


10035
10036
10037
10038
10039
10040
10041
# File 'lib/aws-sdk-connect/types.rb', line 10035

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