Class: Aws::Types::VoiceProfile

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:voice_profile_arn])

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


1365
1366
1367
# File 'sig/types.rbs', line 1365

def created_timestamp
  @created_timestamp
end

#expiration_timestamp::Time

Returns the value of attribute expiration_timestamp.

Returns:

  • (::Time)


1367
1368
1369
# File 'sig/types.rbs', line 1367

def expiration_timestamp
  @expiration_timestamp
end

#updated_timestamp::Time

Returns the value of attribute updated_timestamp.

Returns:

  • (::Time)


1366
1367
1368
# File 'sig/types.rbs', line 1366

def updated_timestamp
  @updated_timestamp
end

#voice_profile_arn::String

Returns the value of attribute voice_profile_arn.

Returns:

  • (::String)


1363
1364
1365
# File 'sig/types.rbs', line 1363

def voice_profile_arn
  @voice_profile_arn
end

#voice_profile_domain_id::String

Returns the value of attribute voice_profile_domain_id.

Returns:

  • (::String)


1364
1365
1366
# File 'sig/types.rbs', line 1364

def voice_profile_domain_id
  @voice_profile_domain_id
end

#voice_profile_id::String

Returns the value of attribute voice_profile_id.

Returns:

  • (::String)


1362
1363
1364
# File 'sig/types.rbs', line 1362

def voice_profile_id
  @voice_profile_id
end