Class: Aws::ConnectCases::Types::GetFieldResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::GetFieldResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
Object to store detailed field information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_time ⇒ Time
Timestamp at which the resource was created.
-
#deleted ⇒ Boolean
Denotes whether or not the resource has been deleted.
-
#description ⇒ String
Description of the field.
-
#field_arn ⇒ String
The Amazon Resource Name (ARN) of the field.
-
#field_id ⇒ String
Unique identifier of the field.
-
#last_modified_time ⇒ Time
Timestamp at which the resource was created or last modified.
-
#name ⇒ String
Name of the field.
-
#namespace ⇒ String
Namespace of the field.
-
#tags ⇒ Hash<String,String>
A map of of key-value pairs that represent tags on a resource.
-
#type ⇒ String
Type of the field.
Instance Attribute Details
#created_time ⇒ Time
Timestamp at which the resource was created.
1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1400 class GetFieldResponse < Struct.new( :created_time, :deleted, :description, :field_arn, :field_id, :last_modified_time, :name, :namespace, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#deleted ⇒ Boolean
Denotes whether or not the resource has been deleted.
1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1400 class GetFieldResponse < Struct.new( :created_time, :deleted, :description, :field_arn, :field_id, :last_modified_time, :name, :namespace, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Description of the field.
1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1400 class GetFieldResponse < Struct.new( :created_time, :deleted, :description, :field_arn, :field_id, :last_modified_time, :name, :namespace, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#field_arn ⇒ String
The Amazon Resource Name (ARN) of the field.
1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1400 class GetFieldResponse < Struct.new( :created_time, :deleted, :description, :field_arn, :field_id, :last_modified_time, :name, :namespace, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#field_id ⇒ String
Unique identifier of the field.
1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1400 class GetFieldResponse < Struct.new( :created_time, :deleted, :description, :field_arn, :field_id, :last_modified_time, :name, :namespace, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
Timestamp at which the resource was created or last modified.
1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1400 class GetFieldResponse < Struct.new( :created_time, :deleted, :description, :field_arn, :field_id, :last_modified_time, :name, :namespace, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the field.
1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1400 class GetFieldResponse < Struct.new( :created_time, :deleted, :description, :field_arn, :field_id, :last_modified_time, :name, :namespace, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
Namespace of the field.
1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1400 class GetFieldResponse < Struct.new( :created_time, :deleted, :description, :field_arn, :field_id, :last_modified_time, :name, :namespace, :tags, :type) 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.
1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1400 class GetFieldResponse < Struct.new( :created_time, :deleted, :description, :field_arn, :field_id, :last_modified_time, :name, :namespace, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Type of the field.
1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1400 class GetFieldResponse < Struct.new( :created_time, :deleted, :description, :field_arn, :field_id, :last_modified_time, :name, :namespace, :tags, :type) SENSITIVE = [] include Aws::Structure end |