Class: Aws::Types::ArcRoutingControlConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ArcRoutingControlConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cross_account_role ⇒ ::String
Returns the value of attribute cross_account_role.
-
#external_id ⇒ ::String
Returns the value of attribute external_id.
-
#region_and_routing_controls ⇒ ::Hash[::String, ::Array[Types::ArcRoutingControlState]]
Returns the value of attribute region_and_routing_controls.
-
#timeout_minutes ⇒ ::Integer
Returns the value of attribute timeout_minutes.
Instance Attribute Details
#cross_account_role ⇒ ::String
Returns the value of attribute cross_account_role.
63 64 65 |
# File 'sig/types.rbs', line 63 def cross_account_role @cross_account_role end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
64 65 66 |
# File 'sig/types.rbs', line 64 def external_id @external_id end |
#region_and_routing_controls ⇒ ::Hash[::String, ::Array[Types::ArcRoutingControlState]]
Returns the value of attribute region_and_routing_controls.
65 66 67 |
# File 'sig/types.rbs', line 65 def region_and_routing_controls @region_and_routing_controls end |
#timeout_minutes ⇒ ::Integer
Returns the value of attribute timeout_minutes.
62 63 64 |
# File 'sig/types.rbs', line 62 def timeout_minutes @timeout_minutes end |