Class: Aws::ConnectCases::Types::FieldSummary

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

Overview

Object for the summarized details of the field.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_arnString

The Amazon Resource Name (ARN) of the field.

Returns:

  • (String)


1368
1369
1370
1371
1372
1373
1374
1375
1376
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1368

class FieldSummary < Struct.new(
  :field_arn,
  :field_id,
  :name,
  :namespace,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#field_idString

The unique identifier of a field.

Returns:

  • (String)


1368
1369
1370
1371
1372
1373
1374
1375
1376
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1368

class FieldSummary < Struct.new(
  :field_arn,
  :field_id,
  :name,
  :namespace,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of the field.

Returns:

  • (String)


1368
1369
1370
1371
1372
1373
1374
1375
1376
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1368

class FieldSummary < Struct.new(
  :field_arn,
  :field_id,
  :name,
  :namespace,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The namespace of a field.

Returns:

  • (String)


1368
1369
1370
1371
1372
1373
1374
1375
1376
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1368

class FieldSummary < Struct.new(
  :field_arn,
  :field_id,
  :name,
  :namespace,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of a field.

Returns:

  • (String)


1368
1369
1370
1371
1372
1373
1374
1375
1376
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1368

class FieldSummary < Struct.new(
  :field_arn,
  :field_id,
  :name,
  :namespace,
  :type)
  SENSITIVE = []
  include Aws::Structure
end