Class: Aws::ConnectCases::Types::GetLayoutResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::GetLayoutResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content ⇒ Types::LayoutContent
Information about which fields will be present in the layout, the order of the fields, and read-only attribute of the field.
-
#created_time ⇒ Time
Timestamp at which the resource was created.
-
#deleted ⇒ Boolean
Denotes whether or not the resource has been deleted.
-
#last_modified_time ⇒ Time
Timestamp at which the resource was created or last modified.
-
#layout_arn ⇒ String
The Amazon Resource Name (ARN) of the newly created layout.
-
#layout_id ⇒ String
The unique identifier of the layout.
-
#name ⇒ String
The name of the layout.
-
#tags ⇒ Hash<String,String>
A map of of key-value pairs that represent tags on a resource.
Instance Attribute Details
#content ⇒ Types::LayoutContent
Information about which fields will be present in the layout, the order of the fields, and read-only attribute of the field.
1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1468 class GetLayoutResponse < Struct.new( :content, :created_time, :deleted, :last_modified_time, :layout_arn, :layout_id, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
Timestamp at which the resource was created.
1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1468 class GetLayoutResponse < Struct.new( :content, :created_time, :deleted, :last_modified_time, :layout_arn, :layout_id, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#deleted ⇒ Boolean
Denotes whether or not the resource has been deleted.
1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1468 class GetLayoutResponse < Struct.new( :content, :created_time, :deleted, :last_modified_time, :layout_arn, :layout_id, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
Timestamp at which the resource was created or last modified.
1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1468 class GetLayoutResponse < Struct.new( :content, :created_time, :deleted, :last_modified_time, :layout_arn, :layout_id, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#layout_arn ⇒ String
The Amazon Resource Name (ARN) of the newly created layout.
1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1468 class GetLayoutResponse < Struct.new( :content, :created_time, :deleted, :last_modified_time, :layout_arn, :layout_id, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#layout_id ⇒ String
The unique identifier of the layout.
1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1468 class GetLayoutResponse < Struct.new( :content, :created_time, :deleted, :last_modified_time, :layout_arn, :layout_id, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the layout. It must be unique.
1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1468 class GetLayoutResponse < Struct.new( :content, :created_time, :deleted, :last_modified_time, :layout_arn, :layout_id, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1468 class GetLayoutResponse < Struct.new( :content, :created_time, :deleted, :last_modified_time, :layout_arn, :layout_id, :name, :tags) SENSITIVE = [] include Aws::Structure end |