Class: Aws::ConnectCases::Types::CreateLayoutResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::CreateLayoutResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#layout_arn ⇒ String
The Amazon Resource Name (ARN) of the newly created layout.
-
#layout_id ⇒ String
The unique identifier of the layout.
Instance Attribute Details
#layout_arn ⇒ String
The Amazon Resource Name (ARN) of the newly created layout.
596 597 598 599 600 601 |
# File 'lib/aws-sdk-connectcases/types.rb', line 596 class CreateLayoutResponse < Struct.new( :layout_arn, :layout_id) SENSITIVE = [] include Aws::Structure end |
#layout_id ⇒ String
The unique identifier of the layout.
596 597 598 599 600 601 |
# File 'lib/aws-sdk-connectcases/types.rb', line 596 class CreateLayoutResponse < Struct.new( :layout_arn, :layout_id) SENSITIVE = [] include Aws::Structure end |