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])


14260
14261
14262
# File 'sig/types.rbs', line 14260

def add_middlebox_attachment_ids
  @add_middlebox_attachment_ids
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14262
14263
14264
# File 'sig/types.rbs', line 14262

def dry_run
  @dry_run
end

#remove_middlebox_attachment_ids::Array[::String]

Returns the value of attribute remove_middlebox_attachment_ids.

Returns:

  • (::Array[::String])


14261
14262
14263
# File 'sig/types.rbs', line 14261

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)


14259
14260
14261
# File 'sig/types.rbs', line 14259

def transit_gateway_metering_policy_id
  @transit_gateway_metering_policy_id
end