Class: Aws::Types::ModifyTransitGatewayPolicyTableEntryRequest

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)


13995
13996
13997
# File 'sig/types.rbs', line 13995

def dry_run
  @dry_run
end

#policy_ruleTypes::TransitGatewayRequestPolicyRule

Returns the value of attribute policy_rule.



13993
13994
13995
# File 'sig/types.rbs', line 13993

def policy_rule
  @policy_rule
end

#policy_rule_number::String

Returns the value of attribute policy_rule_number.

Returns:

  • (::String)


13992
13993
13994
# File 'sig/types.rbs', line 13992

def policy_rule_number
  @policy_rule_number
end

#target_route_table_id::String

Returns the value of attribute target_route_table_id.

Returns:

  • (::String)


13994
13995
13996
# File 'sig/types.rbs', line 13994

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)


13991
13992
13993
# File 'sig/types.rbs', line 13991

def transit_gateway_policy_table_id
  @transit_gateway_policy_table_id
end