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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb

Overview

Information about a dataflow endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addressTypes::SocketAddress

Socket address of a dataflow endpoint.



743
744
745
746
747
748
749
750
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 743

class DataflowEndpoint < Struct.new(
  :address,
  :mtu,
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#mtuInteger

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

Returns:

  • (Integer)


743
744
745
746
747
748
749
750
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 743

class DataflowEndpoint < Struct.new(
  :address,
  :mtu,
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of a dataflow endpoint.

Returns:

  • (String)


743
744
745
746
747
748
749
750
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 743

class DataflowEndpoint < Struct.new(
  :address,
  :mtu,
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Status of a dataflow endpoint.

Returns:

  • (String)


743
744
745
746
747
748
749
750
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 743

class DataflowEndpoint < Struct.new(
  :address,
  :mtu,
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end