Class: Aws::Types::VoiceProfileSummary

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)


1396
1397
1398
# File 'sig/types.rbs', line 1396

def created_timestamp
  @created_timestamp
end

#expiration_timestamp::Time

Returns the value of attribute expiration_timestamp.

Returns:

  • (::Time)


1398
1399
1400
# File 'sig/types.rbs', line 1398

def expiration_timestamp
  @expiration_timestamp
end

#updated_timestamp::Time

Returns the value of attribute updated_timestamp.

Returns:

  • (::Time)


1397
1398
1399
# File 'sig/types.rbs', line 1397

def updated_timestamp
  @updated_timestamp
end

#voice_profile_arn::String

Returns the value of attribute voice_profile_arn.

Returns:

  • (::String)


1394
1395
1396
# File 'sig/types.rbs', line 1394

def voice_profile_arn
  @voice_profile_arn
end

#voice_profile_domain_id::String

Returns the value of attribute voice_profile_domain_id.

Returns:

  • (::String)


1395
1396
1397
# File 'sig/types.rbs', line 1395

def voice_profile_domain_id
  @voice_profile_domain_id
end

#voice_profile_id::String

Returns the value of attribute voice_profile_id.

Returns:

  • (::String)


1393
1394
1395
# File 'sig/types.rbs', line 1393

def voice_profile_id
  @voice_profile_id
end