Class: Aws::Types::DeleteTransitGatewayPolicyTableEntryRequest

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)


4743
4744
4745
# File 'sig/types.rbs', line 4743

def dry_run
  @dry_run
end

#policy_rule_number::String

Returns the value of attribute policy_rule_number.

Returns:

  • (::String)


4742
4743
4744
# File 'sig/types.rbs', line 4742

def policy_rule_number
  @policy_rule_number
end

#transit_gateway_policy_table_id::String

Returns the value of attribute transit_gateway_policy_table_id.

Returns:

  • (::String)


4741
4742
4743
# File 'sig/types.rbs', line 4741

def transit_gateway_policy_table_id
  @transit_gateway_policy_table_id
end