Class: Aws::Types::VoiceConnectorGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#call_distribution_type"PriorityWeightedDistribution", "LoadBalancedDistribution"

Returns the value of attribute call_distribution_type.

Returns:

  • ("PriorityWeightedDistribution", "LoadBalancedDistribution")


1346
1347
1348
# File 'sig/types.rbs', line 1346

def call_distribution_type
  @call_distribution_type
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


1343
1344
1345
# File 'sig/types.rbs', line 1343

def created_timestamp
  @created_timestamp
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1341
1342
1343
# File 'sig/types.rbs', line 1341

def name
  @name
end

#updated_timestamp::Time

Returns the value of attribute updated_timestamp.

Returns:

  • (::Time)


1344
1345
1346
# File 'sig/types.rbs', line 1344

def updated_timestamp
  @updated_timestamp
end

#voice_connector_group_arn::String

Returns the value of attribute voice_connector_group_arn.

Returns:

  • (::String)


1345
1346
1347
# File 'sig/types.rbs', line 1345

def voice_connector_group_arn
  @voice_connector_group_arn
end

#voice_connector_group_id::String

Returns the value of attribute voice_connector_group_id.

Returns:

  • (::String)


1340
1341
1342
# File 'sig/types.rbs', line 1340

def voice_connector_group_id
  @voice_connector_group_id
end

#voice_connector_items::Array[Types::VoiceConnectorItem]

Returns the value of attribute voice_connector_items.

Returns:



1342
1343
1344
# File 'sig/types.rbs', line 1342

def voice_connector_items
  @voice_connector_items
end