Class: Aws::Types::CreateNetworkRequest

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::IpPoolCreateRequest]

Returns the value of attribute ip_pools.

Returns:



4916
4917
4918
# File 'sig/types.rbs', line 4916

def ip_pools
  @ip_pools
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4917
4918
4919
# File 'sig/types.rbs', line 4917

def name
  @name
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4918
4919
4920
# File 'sig/types.rbs', line 4918

def request_id
  @request_id
end

#routes::Array[Types::RouteCreateRequest]

Returns the value of attribute routes.

Returns:



4919
4920
4921
# File 'sig/types.rbs', line 4919

def routes
  @routes
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


4920
4921
4922
# File 'sig/types.rbs', line 4920

def tags
  @tags
end