Class: Aws::Types::BackendServerDescription
- Inherits:
-
Object
- Object
- Aws::Types::BackendServerDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_port ⇒ ::Integer
Returns the value of attribute instance_port.
-
#policy_names ⇒ ::Array[::String]
Returns the value of attribute policy_names.
Instance Attribute Details
#instance_port ⇒ ::Integer
Returns the value of attribute instance_port.
77 78 79 |
# File 'sig/types.rbs', line 77 def instance_port @instance_port end |
#policy_names ⇒ ::Array[::String]
Returns the value of attribute policy_names.
78 79 80 |
# File 'sig/types.rbs', line 78 def policy_names @policy_names end |