Class: Aws::Connect::Types::CreateWorkspacePageRequest

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

#input_dataString

A JSON string containing input parameters for the view, validated against the view’s input schema.

Returns:

  • (String)


7244
7245
7246
7247
7248
7249
7250
7251
7252
7253
# File 'lib/aws-sdk-connect/types.rb', line 7244

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

#instance_idString

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

[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html

Returns:

  • (String)


7244
7245
7246
7247
7248
7249
7250
7251
7252
7253
# File 'lib/aws-sdk-connect/types.rb', line 7244

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

#pageString

The page identifier. Valid system pages include ‘HOME` and `AGENT_EXPERIENCE`. Custom pages cannot use the `aws:` or `connect:` prefixes.

Returns:

  • (String)


7244
7245
7246
7247
7248
7249
7250
7251
7252
7253
# File 'lib/aws-sdk-connect/types.rb', line 7244

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

#resource_arnString

The Amazon Resource Name (ARN) of the view to associate with the page.

Returns:

  • (String)


7244
7245
7246
7247
7248
7249
7250
7251
7252
7253
# File 'lib/aws-sdk-connect/types.rb', line 7244

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

#slugString

The URL-friendly identifier for the page.

Returns:

  • (String)


7244
7245
7246
7247
7248
7249
7250
7251
7252
7253
# File 'lib/aws-sdk-connect/types.rb', line 7244

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

#workspace_idString

The identifier of the workspace.

Returns:

  • (String)


7244
7245
7246
7247
7248
7249
7250
7251
7252
7253
# File 'lib/aws-sdk-connect/types.rb', line 7244

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