Class: Aws::Types::AssignPrivateIpAddressesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_reassignmentBoolean

Returns the value of attribute allow_reassignment.

Returns:

  • (Boolean)


499
500
501
# File 'sig/types.rbs', line 499

def allow_reassignment
  @allow_reassignment
end

#ipv_4_prefix_count::Integer

Returns the value of attribute ipv_4_prefix_count.

Returns:

  • (::Integer)


495
496
497
# File 'sig/types.rbs', line 495

def ipv_4_prefix_count
  @ipv_4_prefix_count
end

#ipv_4_prefixes::Array[::String]

Returns the value of attribute ipv_4_prefixes.

Returns:

  • (::Array[::String])


494
495
496
# File 'sig/types.rbs', line 494

def ipv_4_prefixes
  @ipv_4_prefixes
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


496
497
498
# File 'sig/types.rbs', line 496

def network_interface_id
  @network_interface_id
end

#private_ip_addresses::Array[::String]

Returns the value of attribute private_ip_addresses.

Returns:

  • (::Array[::String])


497
498
499
# File 'sig/types.rbs', line 497

def private_ip_addresses
  @private_ip_addresses
end

#secondary_private_ip_address_count::Integer

Returns the value of attribute secondary_private_ip_address_count.

Returns:

  • (::Integer)


498
499
500
# File 'sig/types.rbs', line 498

def secondary_private_ip_address_count
  @secondary_private_ip_address_count
end