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)


2207
2208
2209
# File 'sig/types.rbs', line 2207

def cidr
  @cidr
end

#coip_pool_id::String

Returns the value of attribute coip_pool_id.

Returns:

  • (::String)


2208
2209
2210
# File 'sig/types.rbs', line 2208

def coip_pool_id
  @coip_pool_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2209
2210
2211
# File 'sig/types.rbs', line 2209

def dry_run
  @dry_run
end