Class: Aws::Types::ListVoiceProfileDomainsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


711
712
713
# File 'sig/types.rbs', line 711

def next_token
  @next_token
end

#voice_profile_domains::Array[Types::VoiceProfileDomainSummary]

Returns the value of attribute voice_profile_domains.

Returns:



710
711
712
# File 'sig/types.rbs', line 710

def voice_profile_domains
  @voice_profile_domains
end