Class: Aws::Types::AllocateIpamPoolCidrRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_cidrs::Array[::String]

Returns the value of attribute allowed_cidrs.

Returns:

  • (::Array[::String])


355
356
357
# File 'sig/types.rbs', line 355

def allowed_cidrs
  @allowed_cidrs
end

#cidr::String

Returns the value of attribute cidr.

Returns:

  • (::String)


350
351
352
# File 'sig/types.rbs', line 350

def cidr
  @cidr
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


352
353
354
# File 'sig/types.rbs', line 352

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


353
354
355
# File 'sig/types.rbs', line 353

def description
  @description
end

#disallowed_cidrs::Array[::String]

Returns the value of attribute disallowed_cidrs.

Returns:

  • (::Array[::String])


356
357
358
# File 'sig/types.rbs', line 356

def disallowed_cidrs
  @disallowed_cidrs
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


348
349
350
# File 'sig/types.rbs', line 348

def dry_run
  @dry_run
end

#ipam_pool_id::String

Returns the value of attribute ipam_pool_id.

Returns:

  • (::String)


349
350
351
# File 'sig/types.rbs', line 349

def ipam_pool_id
  @ipam_pool_id
end

#netmask_length::Integer

Returns the value of attribute netmask_length.

Returns:

  • (::Integer)


351
352
353
# File 'sig/types.rbs', line 351

def netmask_length
  @netmask_length
end

#preview_next_cidrBoolean

Returns the value of attribute preview_next_cidr.

Returns:

  • (Boolean)


354
355
356
# File 'sig/types.rbs', line 354

def preview_next_cidr
  @preview_next_cidr
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



357
358
359
# File 'sig/types.rbs', line 357

def tag_specifications
  @tag_specifications
end