Class: Aws::Connect::Types::Attribute

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

Overview

A toggle for an individual feature at the instance level.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_typeString

The type of attribute.

Returns:

  • (String)


982
983
984
985
986
987
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 982

class Attribute < Struct.new(
  :attribute_type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value of the attribute.

Returns:

  • (String)


982
983
984
985
986
987
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 982

class Attribute < Struct.new(
  :attribute_type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end