Class: Aws::Types::UpdateNetworkRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ip_pools::Array[Types::IpPoolUpdateRequest]

Returns the value of attribute ip_pools.

Returns:



5495
5496
5497
# File 'sig/types.rbs', line 5495

def ip_pools
  @ip_pools
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5496
5497
5498
# File 'sig/types.rbs', line 5496

def name
  @name
end

#network_id::String

Returns the value of attribute network_id.

Returns:

  • (::String)


5497
5498
5499
# File 'sig/types.rbs', line 5497

def network_id
  @network_id
end

#routes::Array[Types::RouteUpdateRequest]

Returns the value of attribute routes.

Returns:



5498
5499
5500
# File 'sig/types.rbs', line 5498

def routes
  @routes
end