Class: Aws::Types::UpdateInstanceAttributeRequest

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")


8558
8559
8560
# File 'sig/types.rbs', line 8558

def attribute_type
  @attribute_type
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


8560
8561
8562
# File 'sig/types.rbs', line 8560

def client_token
  @client_token
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8557
8558
8559
# File 'sig/types.rbs', line 8557

def instance_id
  @instance_id
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


8559
8560
8561
# File 'sig/types.rbs', line 8559

def value
  @value
end