Class: Aws::Types::Attribute

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_type"INBOUND_CALLS", ...

Returns the value of attribute attribute_type.

Returns:

  • ("INBOUND_CALLS", "OUTBOUND_CALLS", "CONTACTFLOW_LOGS", "CONTACT_LENS", "AUTO_RESOLVE_BEST_VOICES", "USE_CUSTOM_TTS_VOICES", "EARLY_MEDIA", "MULTI_PARTY_CONFERENCE", "HIGH_VOLUME_OUTBOUND", "ENHANCED_CONTACT_MONITORING", "ENHANCED_CHAT_MONITORING", "MULTI_PARTY_CHAT_CONFERENCE", "MESSAGE_STREAMING")


499
500
501
# File 'sig/types.rbs', line 499

def attribute_type
  @attribute_type
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


500
501
502
# File 'sig/types.rbs', line 500

def value
  @value
end