Class: Aws::Types::DataflowEndpoint
- Inherits:
-
Object
- Object
- Aws::Types::DataflowEndpoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address ⇒ Types::SocketAddress
Returns the value of attribute address.
-
#mtu ⇒ ::Integer
Returns the value of attribute mtu.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "created", ...
Returns the value of attribute status.
Instance Attribute Details
#address ⇒ Types::SocketAddress
Returns the value of attribute address.
323 324 325 |
# File 'sig/types.rbs', line 323 def address @address end |
#mtu ⇒ ::Integer
Returns the value of attribute mtu.
325 326 327 |
# File 'sig/types.rbs', line 325 def mtu @mtu end |
#name ⇒ ::String
Returns the value of attribute name.
322 323 324 |
# File 'sig/types.rbs', line 322 def name @name end |
#status ⇒ "created", ...
Returns the value of attribute status.
324 325 326 |
# File 'sig/types.rbs', line 324 def status @status end |