Class: Aws::Connect::Types::WorkspacePage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::WorkspacePage
- Includes:
- Structure
- Defined in:
- 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.
36998 36999 37000 37001 37002 37003 37004 37005 |
# File 'lib/aws-sdk-connect/types.rb', line 36998 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.
36998 36999 37000 37001 37002 37003 37004 37005 |
# File 'lib/aws-sdk-connect/types.rb', line 36998 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.
36998 36999 37000 37001 37002 37003 37004 37005 |
# File 'lib/aws-sdk-connect/types.rb', line 36998 class WorkspacePage < Struct.new( :resource_arn, :page, :slug, :input_data) SENSITIVE = [] include Aws::Structure end |
#slug ⇒ String
The URL-friendly identifier for the page.
36998 36999 37000 37001 37002 37003 37004 37005 |
# File 'lib/aws-sdk-connect/types.rb', line 36998 class WorkspacePage < Struct.new( :resource_arn, :page, :slug, :input_data) SENSITIVE = [] include Aws::Structure end |