Class: Aws::Types::AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assign_public_ip::String

Returns the value of attribute assign_public_ip.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


2173
2174
2175
# File 'sig/types.rbs', line 2173

def security_groups
  @security_groups
end

#subnets::Array[::String]

Returns the value of attribute subnets.

Returns:

  • (::Array[::String])


2174
2175
2176
# File 'sig/types.rbs', line 2174

def subnets
  @subnets
end