Class: Aws::Types::AnalysisLoadBalancerTarget

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address::String

Returns the value of attribute address.

Returns:

  • (::String)


405
406
407
# File 'sig/types.rbs', line 405

def address
  @address
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


406
407
408
# File 'sig/types.rbs', line 406

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


407
408
409
# File 'sig/types.rbs', line 407

def availability_zone_id
  @availability_zone_id
end

#instanceTypes::AnalysisComponent

Returns the value of attribute instance.



408
409
410
# File 'sig/types.rbs', line 408

def instance
  @instance
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


409
410
411
# File 'sig/types.rbs', line 409

def port
  @port
end