Class: Aws::Types::ProvisionPublicIpv4PoolCidrRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


15369
15370
15371
# File 'sig/types.rbs', line 15369

def dry_run
  @dry_run
end

#ipam_pool_id::String

Returns the value of attribute ipam_pool_id.

Returns:

  • (::String)


15370
15371
15372
# File 'sig/types.rbs', line 15370

def ipam_pool_id
  @ipam_pool_id
end

#netmask_length::Integer

Returns the value of attribute netmask_length.

Returns:

  • (::Integer)


15372
15373
15374
# File 'sig/types.rbs', line 15372

def netmask_length
  @netmask_length
end

#network_border_group::String

Returns the value of attribute network_border_group.

Returns:

  • (::String)


15373
15374
15375
# File 'sig/types.rbs', line 15373

def network_border_group
  @network_border_group
end

#pool_id::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


15371
15372
15373
# File 'sig/types.rbs', line 15371

def pool_id
  @pool_id
end