Class: Aws::Types::TargetAddress
- Inherits:
-
Object
- Object
- Aws::Types::TargetAddress
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ip ⇒ ::String
Returns the value of attribute ip.
-
#ipv_6 ⇒ ::String
Returns the value of attribute ipv_6.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#protocol ⇒ "DoH", ...
Returns the value of attribute protocol.
-
#server_name_indication ⇒ ::String
Returns the value of attribute server_name_indication.
Instance Attribute Details
#ip ⇒ ::String
Returns the value of attribute ip.
1192 1193 1194 |
# File 'sig/types.rbs', line 1192 def ip @ip end |
#ipv_6 ⇒ ::String
Returns the value of attribute ipv_6.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def ipv_6 @ipv_6 end |
#port ⇒ ::Integer
Returns the value of attribute port.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def port @port end |
#protocol ⇒ "DoH", ...
Returns the value of attribute protocol.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def protocol @protocol end |
#server_name_indication ⇒ ::String
Returns the value of attribute server_name_indication.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def server_name_indication @server_name_indication end |