You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GroundStation::Types::DataflowEndpoint

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DataflowEndpoint as input to an Aws::Client method, you can use a vanilla Hash:

{
  address: {
    name: "String", # required
    port: 1, # required
  },
  mtu: 1,
  name: "SafeName",
  status: "created", # accepts created, creating, deleted, deleting, failed
}

Information about a dataflow endpoint.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#addressTypes::SocketAddress

Socket address of a dataflow endpoint.

Returns:

#mtuInteger

Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.

Returns:

  • (Integer)

    Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.

#nameString

Name of a dataflow endpoint.

Returns:

  • (String)

    Name of a dataflow endpoint.

#statusString

Status of a dataflow endpoint.

Possible values:

  • created
  • creating
  • deleted
  • deleting
  • failed

Returns:

  • (String)

    Status of a dataflow endpoint.