Class: Aws::Types::AwsEcsServiceLoadBalancersDetails

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)


2164
2165
2166
# File 'sig/types.rbs', line 2164

def container_name
  @container_name
end

#container_port::Integer

Returns the value of attribute container_port.

Returns:

  • (::Integer)


2165
2166
2167
# File 'sig/types.rbs', line 2165

def container_port
  @container_port
end

#load_balancer_name::String

Returns the value of attribute load_balancer_name.

Returns:

  • (::String)


2166
2167
2168
# File 'sig/types.rbs', line 2166

def load_balancer_name
  @load_balancer_name
end

#target_group_arn::String

Returns the value of attribute target_group_arn.

Returns:

  • (::String)


2167
2168
2169
# File 'sig/types.rbs', line 2167

def target_group_arn
  @target_group_arn
end