Class: Aws::Types::PreviewConfig
- Inherits:
-
Object
- Object
- Aws::Types::PreviewConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_actions ⇒ ::Array[("DISCARD")]
Returns the value of attribute agent_actions.
-
#bandwidth_allocation ⇒ ::Float
Returns the value of attribute bandwidth_allocation.
-
#timeout_config ⇒ Types::TimeoutConfig
Returns the value of attribute timeout_config.
Instance Attribute Details
#agent_actions ⇒ ::Array[("DISCARD")]
Returns the value of attribute agent_actions.
559 560 561 |
# File 'sig/types.rbs', line 559 def agent_actions @agent_actions end |
#bandwidth_allocation ⇒ ::Float
Returns the value of attribute bandwidth_allocation.
557 558 559 |
# File 'sig/types.rbs', line 557 def bandwidth_allocation @bandwidth_allocation end |
#timeout_config ⇒ Types::TimeoutConfig
Returns the value of attribute timeout_config.
558 559 560 |
# File 'sig/types.rbs', line 558 def timeout_config @timeout_config end |