Class: Aws::Types::NetworkConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#network_access_type"PUBLIC_INTERNET_ONLY", "VPC_ONLY"

Returns the value of attribute network_access_type.

Returns:

  • ("PUBLIC_INTERNET_ONLY", "VPC_ONLY")


4597
4598
4599
# File 'sig/types.rbs', line 4597

def network_access_type
  @network_access_type
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


4600
4601
4602
# File 'sig/types.rbs', line 4600

def security_group_ids
  @security_group_ids
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


4599
4600
4601
# File 'sig/types.rbs', line 4599

def subnet_ids
  @subnet_ids
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


4598
4599
4600
# File 'sig/types.rbs', line 4598

def vpc_id
  @vpc_id
end