Class: Aws::ConnectCases::Types::GetLayoutResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentTypes::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 'gems/aws-sdk-connectcases/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_timeTime

Timestamp at which the resource was created.

Returns:

  • (Time)


1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
# File 'gems/aws-sdk-connectcases/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

#deletedBoolean

Denotes whether or not the resource has been deleted.

Returns:

  • (Boolean)


1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
# File 'gems/aws-sdk-connectcases/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_timeTime

Timestamp at which the resource was created or last modified.

Returns:

  • (Time)


1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
# File 'gems/aws-sdk-connectcases/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_arnString

The Amazon Resource Name (ARN) of the newly created layout.

Returns:

  • (String)


1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
# File 'gems/aws-sdk-connectcases/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_idString

The unique identifier of the layout.

Returns:

  • (String)


1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
# File 'gems/aws-sdk-connectcases/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

#nameString

The name of the layout. It must be unique.

Returns:

  • (String)


1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
# File 'gems/aws-sdk-connectcases/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

#tagsHash<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.

Returns:

  • (Hash<String,String>)


1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
# File 'gems/aws-sdk-connectcases/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