Class: Aws::Types::UpdateRoutingProfileConcurrencyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8717
8718
8719
# File 'sig/types.rbs', line 8717

def instance_id
  @instance_id
end

#media_concurrencies::Array[Types::MediaConcurrency]

Returns the value of attribute media_concurrencies.

Returns:



8719
8720
8721
# File 'sig/types.rbs', line 8719

def media_concurrencies
  @media_concurrencies
end

#routing_profile_id::String

Returns the value of attribute routing_profile_id.

Returns:

  • (::String)


8718
8719
8720
# File 'sig/types.rbs', line 8718

def routing_profile_id
  @routing_profile_id
end