Class: Aws::Types::VpcConfigResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ipv_6_allowed_for_dual_stackBoolean

Returns the value of attribute ipv_6_allowed_for_dual_stack.

Returns:

  • (Boolean)


2298
2299
2300
# File 'sig/types.rbs', line 2298

def ipv_6_allowed_for_dual_stack
  @ipv_6_allowed_for_dual_stack
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


2296
2297
2298
# File 'sig/types.rbs', line 2296

def security_group_ids
  @security_group_ids
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


2295
2296
2297
# File 'sig/types.rbs', line 2295

def subnet_ids
  @subnet_ids
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


2297
2298
2299
# File 'sig/types.rbs', line 2297

def vpc_id
  @vpc_id
end