Class: Aws::Types::AgentAliasRoutingConfigurationListItem
- Inherits:
-
Object
- Object
- Aws::Types::AgentAliasRoutingConfigurationListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
-
#provisioned_throughput ⇒ ::String
Returns the value of attribute provisioned_throughput.
Instance Attribute Details
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
123 124 125 |
# File 'sig/types.rbs', line 123 def agent_version @agent_version end |
#provisioned_throughput ⇒ ::String
Returns the value of attribute provisioned_throughput.
124 125 126 |
# File 'sig/types.rbs', line 124 def provisioned_throughput @provisioned_throughput end |