Class: Aws::Types::Preview
- Inherits:
-
Object
- Object
- Aws::Types::Preview
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_user_actions ⇒ ::Array[("CALL" | "DISCARD")]
Returns the value of attribute allowed_user_actions.
-
#post_accept_timeout_config ⇒ Types::PostAcceptTimeoutConfig
Returns the value of attribute post_accept_timeout_config.
Instance Attribute Details
#allowed_user_actions ⇒ ::Array[("CALL" | "DISCARD")]
Returns the value of attribute allowed_user_actions.
6125 6126 6127 |
# File 'sig/types.rbs', line 6125 def allowed_user_actions @allowed_user_actions end |
#post_accept_timeout_config ⇒ Types::PostAcceptTimeoutConfig
Returns the value of attribute post_accept_timeout_config.
6124 6125 6126 |
# File 'sig/types.rbs', line 6124 def post_accept_timeout_config @post_accept_timeout_config end |