Class: Aws::Types::CreateCoipCidrRequest

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)


2319
2320
2321
# File 'sig/types.rbs', line 2319

def cidr
  @cidr
end

#coip_pool_id::String

Returns the value of attribute coip_pool_id.

Returns:

  • (::String)


2320
2321
2322
# File 'sig/types.rbs', line 2320

def coip_pool_id
  @coip_pool_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2321
2322
2323
# File 'sig/types.rbs', line 2321

def dry_run
  @dry_run
end