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

#security_group_ids ⇒ ::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


548
549
550
# File 'sig/types.rbs', line 548

def security_group_ids
  @security_group_ids
end

#subnet_ids ⇒ ::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


547
548
549
# File 'sig/types.rbs', line 547

def subnet_ids
  @subnet_ids
end

#tls_certificate ⇒ ::String

Returns the value of attribute tls_certificate.

Returns:

  • (::String)


549
550
551
# File 'sig/types.rbs', line 549

def tls_certificate
  @tls_certificate
end

#vpc_id ⇒ ::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


546
547
548
# File 'sig/types.rbs', line 546

def vpc_id
  @vpc_id
end