Class: Aws::ConnectCases::Types::GetCaseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::GetCaseResponse
- Defined in:
- gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fields ⇒ Array<Types::FieldValue>
A list of detailed field information.
-
#next_token ⇒ String
The token for the next set of results.
-
#tags ⇒ Hash<String,String>
A map of of key-value pairs that represent tags on a resource.
-
#template_id ⇒ String
A unique identifier of a template.
Instance Attribute Details
#fields ⇒ Array<Types::FieldValue>
A list of detailed field information.
1296 1297 1298 1299 1300 1301 1302 1303 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1296 class GetCaseResponse < Struct.new( :fields, :next_token, :tags, :template_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results. This is null if there are no more results to return.
1296 1297 1298 1299 1300 1301 1302 1303 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1296 class GetCaseResponse < Struct.new( :fields, :next_token, :tags, :template_id) 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.
1296 1297 1298 1299 1300 1301 1302 1303 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1296 class GetCaseResponse < Struct.new( :fields, :next_token, :tags, :template_id) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
A unique identifier of a template.
1296 1297 1298 1299 1300 1301 1302 1303 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1296 class GetCaseResponse < Struct.new( :fields, :next_token, :tags, :template_id) SENSITIVE = [] include Aws::Structure end |