Class: Aws::Types::DataflowEndpoint

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::Integer)


325
326
327
# File 'sig/types.rbs', line 325

def mtu
  @mtu
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


322
323
324
# File 'sig/types.rbs', line 322

def name
  @name
end

#status ⇒ "created", ...

Returns the value of attribute status.

Returns:

  • ("created", "creating", "deleted", "deleting", "failed")


324
325
326
# File 'sig/types.rbs', line 324

def status
  @status
end