Class: Aws::Types::AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assign_public_ip ⇒ ::String
Returns the value of attribute assign_public_ip.
-
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
-
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
Instance Attribute Details
#assign_public_ip ⇒ ::String
Returns the value of attribute assign_public_ip.
2172 2173 2174 |
# File 'sig/types.rbs', line 2172 def assign_public_ip @assign_public_ip end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
2173 2174 2175 |
# File 'sig/types.rbs', line 2173 def security_groups @security_groups end |
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
2174 2175 2176 |
# File 'sig/types.rbs', line 2174 def subnets @subnets end |