Class: Aws::Types::VpcConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ip_address_type"IP_V4"

Returns the value of attribute ip_address_type.

Returns:

  • ("IP_V4")


1252
1253
1254
# File 'sig/types.rbs', line 1252

def ip_address_type
  @ip_address_type
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


1250
1251
1252
# File 'sig/types.rbs', line 1250

def security_group_ids
  @security_group_ids
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


1251
1252
1253
# File 'sig/types.rbs', line 1251

def subnet_ids
  @subnet_ids
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


1249
1250
1251
# File 'sig/types.rbs', line 1249

def vpc_id
  @vpc_id
end