Class: Aws::Types::NetworkSettings
- Inherits:
-
Object
- Object
- Aws::Types::NetworkSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_portal_arns ⇒ ::Array[::String]
Returns the value of attribute associated_portal_arns.
-
#network_settings_arn ⇒ ::String
Returns the value of attribute network_settings_arn.
-
#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
#associated_portal_arns ⇒ ::Array[::String]
Returns the value of attribute associated_portal_arns.
952 953 954 |
# File 'sig/types.rbs', line 952 def associated_portal_arns @associated_portal_arns end |
#network_settings_arn ⇒ ::String
Returns the value of attribute network_settings_arn.
951 952 953 |
# File 'sig/types.rbs', line 951 def network_settings_arn @network_settings_arn end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
955 956 957 |
# File 'sig/types.rbs', line 955 def security_group_ids @security_group_ids end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
954 955 956 |
# File 'sig/types.rbs', line 954 def subnet_ids @subnet_ids end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
953 954 955 |
# File 'sig/types.rbs', line 953 def vpc_id @vpc_id end |