Class: Aws::Types::CreateTransitGatewayPolicyTableEntryRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3580
3581
3582
# File 'sig/types.rbs', line 3580

def dry_run
  @dry_run
end

#policy_ruleTypes::TransitGatewayRequestPolicyRule

Returns the value of attribute policy_rule.



3578
3579
3580
# File 'sig/types.rbs', line 3578

def policy_rule
  @policy_rule
end

#policy_rule_number::String

Returns the value of attribute policy_rule_number.

Returns:

  • (::String)


3577
3578
3579
# File 'sig/types.rbs', line 3577

def policy_rule_number
  @policy_rule_number
end

#target_route_table_id::String

Returns the value of attribute target_route_table_id.

Returns:

  • (::String)


3579
3580
3581
# File 'sig/types.rbs', line 3579

def target_route_table_id
  @target_route_table_id
end

#transit_gateway_policy_table_id::String

Returns the value of attribute transit_gateway_policy_table_id.

Returns:

  • (::String)


3576
3577
3578
# File 'sig/types.rbs', line 3576

def transit_gateway_policy_table_id
  @transit_gateway_policy_table_id
end