Class: Aws::Types::NetworkConfig
- Inherits:
-
Object
- Object
- Aws::Types::NetworkConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#network_access_type ⇒ "PUBLIC_INTERNET_ONLY", "VPC_ONLY"
Returns the value of attribute network_access_type.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#network_access_type ⇒ "PUBLIC_INTERNET_ONLY", "VPC_ONLY"
Returns the value of attribute network_access_type.
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.
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.
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.
4598 4599 4600 |
# File 'sig/types.rbs', line 4598 def vpc_id @vpc_id end |