Class: Aws::Types::MoveByoipCidrToIpamRequest

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)


14831
14832
14833
# File 'sig/types.rbs', line 14831

def cidr
  @cidr
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14830
14831
14832
# File 'sig/types.rbs', line 14830

def dry_run
  @dry_run
end

#ipam_pool_id::String

Returns the value of attribute ipam_pool_id.

Returns:

  • (::String)


14832
14833
14834
# File 'sig/types.rbs', line 14832

def ipam_pool_id
  @ipam_pool_id
end

#ipam_pool_owner::String

Returns the value of attribute ipam_pool_owner.

Returns:

  • (::String)


14833
14834
14835
# File 'sig/types.rbs', line 14833

def ipam_pool_owner
  @ipam_pool_owner
end