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:



5485
5486
5487
# File 'sig/types.rbs', line 5485

def ip_pools
  @ip_pools
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5486
5487
5488
# File 'sig/types.rbs', line 5486

def name
  @name
end

#network_id::String

Returns the value of attribute network_id.

Returns:

  • (::String)


5487
5488
5489
# File 'sig/types.rbs', line 5487

def network_id
  @network_id
end

#routes::Array[Types::RouteUpdateRequest]

Returns the value of attribute routes.

Returns:



5488
5489
5490
# File 'sig/types.rbs', line 5488

def routes
  @routes
end