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:



4906
4907
4908
# File 'sig/types.rbs', line 4906

def ip_pools
  @ip_pools
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4907
4908
4909
# File 'sig/types.rbs', line 4907

def name
  @name
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4908
4909
4910
# File 'sig/types.rbs', line 4908

def request_id
  @request_id
end

#routes::Array[Types::RouteCreateRequest]

Returns the value of attribute routes.

Returns:



4909
4910
4911
# File 'sig/types.rbs', line 4909

def routes
  @routes
end

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

Returns the value of attribute tags.

Returns:

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


4910
4911
4912
# File 'sig/types.rbs', line 4910

def tags
  @tags
end