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)


4954
4955
4956
# File 'sig/types.rbs', line 4954

def dry_run
  @dry_run
end

#policy_rule_number::String

Returns the value of attribute policy_rule_number.

Returns:

  • (::String)


4953
4954
4955
# File 'sig/types.rbs', line 4953

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)


4952
4953
4954
# File 'sig/types.rbs', line 4952

def transit_gateway_policy_table_id
  @transit_gateway_policy_table_id
end