Class: Aws::Connect::Types::WorkspacePage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::WorkspacePage
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Contains information about a page configuration in a workspace, including the view assigned to the page.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input_data ⇒ String
A JSON string containing input parameters passed to the view when the page is rendered.
-
#page ⇒ String
The page identifier.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the view associated with this page.
-
#slug ⇒ String
The URL-friendly identifier for the page.
Instance Attribute Details
#input_data ⇒ String
A JSON string containing input parameters passed to the view when the page is rendered.
35400 35401 35402 35403 35404 35405 35406 35407 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35400 class WorkspacePage < Struct.new( :resource_arn, :page, :slug, :input_data) SENSITIVE = [] include Aws::Structure end |
#page ⇒ String
The page identifier. System pages include HOME and
AGENT_EXPERIENCE.
35400 35401 35402 35403 35404 35405 35406 35407 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35400 class WorkspacePage < Struct.new( :resource_arn, :page, :slug, :input_data) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the view associated with this page.
35400 35401 35402 35403 35404 35405 35406 35407 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35400 class WorkspacePage < Struct.new( :resource_arn, :page, :slug, :input_data) SENSITIVE = [] include Aws::Structure end |
#slug ⇒ String
The URL-friendly identifier for the page.
35400 35401 35402 35403 35404 35405 35406 35407 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35400 class WorkspacePage < Struct.new( :resource_arn, :page, :slug, :input_data) SENSITIVE = [] include Aws::Structure end |