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)


1061
1062
1063
1064
1065
1066
1067
1068
1069
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1061

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)


1061
1062
1063
1064
1065
1066
1067
1068
1069
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1061

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

#nameString

Name of the field.

Returns:

  • (String)


1061
1062
1063
1064
1065
1066
1067
1068
1069
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1061

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

#namespaceString

The namespace of a field.

Returns:

  • (String)


1061
1062
1063
1064
1065
1066
1067
1068
1069
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1061

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

#typeString

The type of a field.

Returns:

  • (String)


1061
1062
1063
1064
1065
1066
1067
1068
1069
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1061

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