Class: Aws::Types::ArcRoutingControlConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cross_account_role::String

Returns the value of attribute cross_account_role.

Returns:

  • (::String)


63
64
65
# File 'sig/types.rbs', line 63

def 
  @cross_account_role
end

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::Integer)


62
63
64
# File 'sig/types.rbs', line 62

def timeout_minutes
  @timeout_minutes
end