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

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

Overview

Information about a dataflow endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#address ⇒ Types::SocketAddress

Socket address of a dataflow endpoint.



1175
1176
1177
1178
1179
1180
1181
1182
# File 'lib/aws-sdk-groundstation/types.rb', line 1175

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

#mtu ⇒ Integer

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

Returns:

  • (Integer)


1175
1176
1177
1178
1179
1180
1181
1182
# File 'lib/aws-sdk-groundstation/types.rb', line 1175

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

#name ⇒ String

Name of a dataflow endpoint.

Returns:

  • (String)


1175
1176
1177
1178
1179
1180
1181
1182
# File 'lib/aws-sdk-groundstation/types.rb', line 1175

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

#status ⇒ String

Status of a dataflow endpoint.

Returns:

  • (String)


1175
1176
1177
1178
1179
1180
1181
1182
# File 'lib/aws-sdk-groundstation/types.rb', line 1175

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