Class: Aws::Types::NetworkEndpoint
- Inherits:
-
Object
- Object
- Aws::Types::NetworkEndpoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#autonomous_system ⇒ Types::AutonomousSystem
Returns the value of attribute autonomous_system.
-
#connection ⇒ Types::NetworkConnection
Returns the value of attribute connection.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#ip ⇒ ::String
Returns the value of attribute ip.
-
#location ⇒ Types::NetworkGeoLocation
Returns the value of attribute location.
-
#port ⇒ ::Integer
Returns the value of attribute port.
Instance Attribute Details
#autonomous_system ⇒ Types::AutonomousSystem
Returns the value of attribute autonomous_system.
2247 2248 2249 |
# File 'sig/types.rbs', line 2247 def autonomous_system @autonomous_system end |
#connection ⇒ Types::NetworkConnection
Returns the value of attribute connection.
2248 2249 2250 |
# File 'sig/types.rbs', line 2248 def connection @connection end |
#domain ⇒ ::String
Returns the value of attribute domain.
2244 2245 2246 |
# File 'sig/types.rbs', line 2244 def domain @domain end |
#id ⇒ ::String
Returns the value of attribute id.
2242 2243 2244 |
# File 'sig/types.rbs', line 2242 def id @id end |
#ip ⇒ ::String
Returns the value of attribute ip.
2243 2244 2245 |
# File 'sig/types.rbs', line 2243 def ip @ip end |
#location ⇒ Types::NetworkGeoLocation
Returns the value of attribute location.
2246 2247 2248 |
# File 'sig/types.rbs', line 2246 def location @location end |
#port ⇒ ::Integer
Returns the value of attribute port.
2245 2246 2247 |
# File 'sig/types.rbs', line 2245 def port @port end |