Class: Aws::Types::WithdrawByoipCidrRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cidr::String

Returns the value of attribute cidr.

Returns:

  • (::String)


19297
19298
19299
# File 'sig/types.rbs', line 19297

def cidr
  @cidr
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


19298
19299
19300
# File 'sig/types.rbs', line 19298

def dry_run
  @dry_run
end