Class: Aws::Types::DisassociateIpamByoasnRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asn::String

Returns the value of attribute asn.

Returns:

  • (::String)


8392
8393
8394
# File 'sig/types.rbs', line 8392

def asn
  @asn
end

#cidr::String

Returns the value of attribute cidr.

Returns:

  • (::String)


8393
8394
8395
# File 'sig/types.rbs', line 8393

def cidr
  @cidr
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


8391
8392
8393
# File 'sig/types.rbs', line 8391

def dry_run
  @dry_run
end