Class: Aws::ConnectCases::Types::LayoutSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::LayoutSummary
- Defined in:
- gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb
Overview
Object for the summarized details of the layout.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#layout_arn ⇒ String
The Amazon Resource Name (ARN) of the layout.
-
#layout_id ⇒ String
The unique identifier for of the layout.
-
#name ⇒ String
The name of the layout.
Instance Attribute Details
#layout_arn ⇒ String
The Amazon Resource Name (ARN) of the layout.
1651 1652 1653 1654 1655 1656 1657 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1651 class LayoutSummary < Struct.new( :layout_arn, :layout_id, :name) SENSITIVE = [] include Aws::Structure end |
#layout_id ⇒ String
The unique identifier for of the layout.
1651 1652 1653 1654 1655 1656 1657 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1651 class LayoutSummary < Struct.new( :layout_arn, :layout_id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the layout.
1651 1652 1653 1654 1655 1656 1657 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1651 class LayoutSummary < Struct.new( :layout_arn, :layout_id, :name) SENSITIVE = [] include Aws::Structure end |