Class: Aws::Types::ModifyTransitGatewayMeteringPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#add_middlebox_attachment_ids::Array[::String]

Returns the value of attribute add_middlebox_attachment_ids.

Returns:

  • (::Array[::String])


13963
13964
13965
# File 'sig/types.rbs', line 13963

def add_middlebox_attachment_ids
  @add_middlebox_attachment_ids
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


13965
13966
13967
# File 'sig/types.rbs', line 13965

def dry_run
  @dry_run
end

#remove_middlebox_attachment_ids::Array[::String]

Returns the value of attribute remove_middlebox_attachment_ids.

Returns:

  • (::Array[::String])


13964
13965
13966
# File 'sig/types.rbs', line 13964

def remove_middlebox_attachment_ids
  @remove_middlebox_attachment_ids
end

#transit_gateway_metering_policy_id::String

Returns the value of attribute transit_gateway_metering_policy_id.

Returns:

  • (::String)


13962
13963
13964
# File 'sig/types.rbs', line 13962

def transit_gateway_metering_policy_id
  @transit_gateway_metering_policy_id
end