Class: Aws::Types::AllocateAddressRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address::String

Returns the value of attribute address.

Returns:

  • (::String)


303
304
305
# File 'sig/types.rbs', line 303

def address
  @address
end

#customer_owned_ipv_4_pool::String

Returns the value of attribute customer_owned_ipv_4_pool.

Returns:

  • (::String)


306
307
308
# File 'sig/types.rbs', line 306

def customer_owned_ipv_4_pool
  @customer_owned_ipv_4_pool
end

#domain"vpc", "standard"

Returns the value of attribute domain.

Returns:

  • ("vpc", "standard")


302
303
304
# File 'sig/types.rbs', line 302

def domain
  @domain
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


309
310
311
# File 'sig/types.rbs', line 309

def dry_run
  @dry_run
end

#ipam_pool_id::String

Returns the value of attribute ipam_pool_id.

Returns:

  • (::String)


308
309
310
# File 'sig/types.rbs', line 308

def ipam_pool_id
  @ipam_pool_id
end

#network_border_group::String

Returns the value of attribute network_border_group.

Returns:

  • (::String)


305
306
307
# File 'sig/types.rbs', line 305

def network_border_group
  @network_border_group
end

#public_ipv_4_pool::String

Returns the value of attribute public_ipv_4_pool.

Returns:

  • (::String)


304
305
306
# File 'sig/types.rbs', line 304

def public_ipv_4_pool
  @public_ipv_4_pool
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



307
308
309
# File 'sig/types.rbs', line 307

def tag_specifications
  @tag_specifications
end