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.



1353
1354
1355
1356
1357
1358
1359
1360
1361
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1353

class GetLayoutResponse < Struct.new(
  :content,
  :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)


1353
1354
1355
1356
1357
1358
1359
1360
1361
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1353

class GetLayoutResponse < Struct.new(
  :content,
  :layout_arn,
  :layout_id,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#layout_idString

The unique identifier of the layout.

Returns:

  • (String)


1353
1354
1355
1356
1357
1358
1359
1360
1361
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1353

class GetLayoutResponse < Struct.new(
  :content,
  :layout_arn,
  :layout_id,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the layout. It must be unique.

Returns:

  • (String)


1353
1354
1355
1356
1357
1358
1359
1360
1361
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1353

class GetLayoutResponse < Struct.new(
  :content,
  :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>)


1353
1354
1355
1356
1357
1358
1359
1360
1361
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1353

class GetLayoutResponse < Struct.new(
  :content,
  :layout_arn,
  :layout_id,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end