Class: Aws::Types::AwsEcsTaskDefinitionProxyConfigurationDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_name::String

Returns the value of attribute container_name.

Returns:

  • (::String)


2411
2412
2413
# File 'sig/types.rbs', line 2411

def container_name
  @container_name
end

#proxy_configuration_properties::Array[Types::AwsEcsTaskDefinitionProxyConfigurationProxyConfigurationPropertiesDetails]

Returns the value of attribute proxy_configuration_properties.



2412
2413
2414
# File 'sig/types.rbs', line 2412

def proxy_configuration_properties
  @proxy_configuration_properties
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


2413
2414
2415
# File 'sig/types.rbs', line 2413

def type
  @type
end