Class: Aws::Connect::Types::UpdateWorkspacePageRequest

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.

Returns:

  • (String)


33864
33865
33866
33867
33868
33869
33870
33871
33872
33873
33874
# File 'lib/aws-sdk-connect/types.rb', line 33864

class UpdateWorkspacePageRequest < Struct.new(
  :instance_id,
  :workspace_id,
  :page,
  :new_page,
  :resource_arn,
  :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)


33864
33865
33866
33867
33868
33869
33870
33871
33872
33873
33874
# File 'lib/aws-sdk-connect/types.rb', line 33864

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

#new_pageString

The new page identifier, if changing the page name.

Returns:

  • (String)


33864
33865
33866
33867
33868
33869
33870
33871
33872
33873
33874
# File 'lib/aws-sdk-connect/types.rb', line 33864

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

#pageString

The current page identifier.

Returns:

  • (String)


33864
33865
33866
33867
33868
33869
33870
33871
33872
33873
33874
# File 'lib/aws-sdk-connect/types.rb', line 33864

class UpdateWorkspacePageRequest < Struct.new(
  :instance_id,
  :workspace_id,
  :page,
  :new_page,
  :resource_arn,
  :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)


33864
33865
33866
33867
33868
33869
33870
33871
33872
33873
33874
# File 'lib/aws-sdk-connect/types.rb', line 33864

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

#slugString

The URL-friendly identifier for the page.

Returns:

  • (String)


33864
33865
33866
33867
33868
33869
33870
33871
33872
33873
33874
# File 'lib/aws-sdk-connect/types.rb', line 33864

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

#workspace_idString

The identifier of the workspace.

Returns:

  • (String)


33864
33865
33866
33867
33868
33869
33870
33871
33872
33873
33874
# File 'lib/aws-sdk-connect/types.rb', line 33864

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