Class: Aws::Types::VpcPropertiesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#security_group_id::String

Returns the value of attribute security_group_id.

Returns:

  • (::String)


7004
7005
7006
# File 'sig/types.rbs', line 7004

def security_group_id
  @security_group_id
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


7003
7004
7005
# File 'sig/types.rbs', line 7003

def subnet_ids
  @subnet_ids
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


7002
7003
7004
# File 'sig/types.rbs', line 7002

def vpc_id
  @vpc_id
end