Class: Aws::Types::VoiceChannelResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


3262
3263
3264
# File 'sig/types.rbs', line 3262

def application_id
  @application_id
end

#creation_date::String

Returns the value of attribute creation_date.

Returns:

  • (::String)


3263
3264
3265
# File 'sig/types.rbs', line 3263

def creation_date
  @creation_date
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


3264
3265
3266
# File 'sig/types.rbs', line 3264

def enabled
  @enabled
end

#has_credentialBoolean

Returns the value of attribute has_credential.

Returns:

  • (Boolean)


3265
3266
3267
# File 'sig/types.rbs', line 3265

def has_credential
  @has_credential
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3266
3267
3268
# File 'sig/types.rbs', line 3266

def id
  @id
end

#is_archivedBoolean

Returns the value of attribute is_archived.

Returns:

  • (Boolean)


3267
3268
3269
# File 'sig/types.rbs', line 3267

def is_archived
  @is_archived
end

#last_modified_by::String

Returns the value of attribute last_modified_by.

Returns:

  • (::String)


3268
3269
3270
# File 'sig/types.rbs', line 3268

def last_modified_by
  @last_modified_by
end

#last_modified_date::String

Returns the value of attribute last_modified_date.

Returns:

  • (::String)


3269
3270
3271
# File 'sig/types.rbs', line 3269

def last_modified_date
  @last_modified_date
end

#platform::String

Returns the value of attribute platform.

Returns:

  • (::String)


3270
3271
3272
# File 'sig/types.rbs', line 3270

def platform
  @platform
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


3271
3272
3273
# File 'sig/types.rbs', line 3271

def version
  @version
end