Class: Aws::Types::UpdateVoiceProfileDomainRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1286
1287
1288
# File 'sig/types.rbs', line 1286

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1285
1286
1287
# File 'sig/types.rbs', line 1285

def name
  @name
end

#voice_profile_domain_id::String

Returns the value of attribute voice_profile_domain_id.

Returns:

  • (::String)


1284
1285
1286
# File 'sig/types.rbs', line 1284

def voice_profile_domain_id
  @voice_profile_domain_id
end