Class: Aws::Types::Target
- Inherits:
-
Object
- Object
- Aws::Types::Target
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#port ⇒ ::Integer
Returns the value of attribute port.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def id @id end |
#port ⇒ ::Integer
Returns the value of attribute port.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def port @port end |