Class: Aws::Types::AnalysisLoadBalancerTarget
- Inherits:
-
Object
- Object
- Aws::Types::AnalysisLoadBalancerTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address ⇒ ::String
Returns the value of attribute address.
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#instance ⇒ Types::AnalysisComponent
Returns the value of attribute instance.
-
#port ⇒ ::Integer
Returns the value of attribute port.
Instance Attribute Details
#address ⇒ ::String
Returns the value of attribute address.
405 406 407 |
# File 'sig/types.rbs', line 405 def address @address end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
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.
407 408 409 |
# File 'sig/types.rbs', line 407 def availability_zone_id @availability_zone_id end |
#instance ⇒ Types::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.
409 410 411 |
# File 'sig/types.rbs', line 409 def port @port end |