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)


14292
14293
14294
# File 'sig/types.rbs', line 14292

def dry_run
  @dry_run
end

#policy_ruleTypes::TransitGatewayRequestPolicyRule

Returns the value of attribute policy_rule.



14290
14291
14292
# File 'sig/types.rbs', line 14290

def policy_rule
  @policy_rule
end

#policy_rule_number::String

Returns the value of attribute policy_rule_number.

Returns:

  • (::String)


14289
14290
14291
# File 'sig/types.rbs', line 14289

def policy_rule_number
  @policy_rule_number
end

#target_route_table_id::String

Returns the value of attribute target_route_table_id.

Returns:

  • (::String)


14291
14292
14293
# File 'sig/types.rbs', line 14291

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)


14288
14289
14290
# File 'sig/types.rbs', line 14288

def transit_gateway_policy_table_id
  @transit_gateway_policy_table_id
end