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::NetworkAutonomousSystem
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::NetworkAutonomousSystem
Returns the value of attribute autonomous_system.
6648 6649 6650 |
# File 'sig/types.rbs', line 6648 def autonomous_system @autonomous_system end |
#connection ⇒ Types::NetworkConnection
Returns the value of attribute connection.
6649 6650 6651 |
# File 'sig/types.rbs', line 6649 def connection @connection end |
#domain ⇒ ::String
Returns the value of attribute domain.
6645 6646 6647 |
# File 'sig/types.rbs', line 6645 def domain @domain end |
#id ⇒ ::String
Returns the value of attribute id.
6643 6644 6645 |
# File 'sig/types.rbs', line 6643 def id @id end |
#ip ⇒ ::String
Returns the value of attribute ip.
6644 6645 6646 |
# File 'sig/types.rbs', line 6644 def ip @ip end |
#location ⇒ Types::NetworkGeoLocation
Returns the value of attribute location.
6647 6648 6649 |
# File 'sig/types.rbs', line 6647 def location @location end |
#port ⇒ ::Integer
Returns the value of attribute port.
6646 6647 6648 |
# File 'sig/types.rbs', line 6646 def port @port end |