Class: Aws::GroundStation::Types::AwsGroundStationAgentEndpoint

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

Overview

Information about AwsGroundStationAgentEndpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_statusString

The status of AgentEndpoint.

Returns:

  • (String)


179
180
181
182
183
184
185
186
187
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 179

class AwsGroundStationAgentEndpoint < Struct.new(
  :agent_status,
  :audit_results,
  :egress_address,
  :ingress_address,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#audit_resultsString

The results of the audit.

Returns:

  • (String)


179
180
181
182
183
184
185
186
187
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 179

class AwsGroundStationAgentEndpoint < Struct.new(
  :agent_status,
  :audit_results,
  :egress_address,
  :ingress_address,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#egress_addressTypes::ConnectionDetails

The egress address of AgentEndpoint.



179
180
181
182
183
184
185
186
187
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 179

class AwsGroundStationAgentEndpoint < Struct.new(
  :agent_status,
  :audit_results,
  :egress_address,
  :ingress_address,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#ingress_addressTypes::RangedConnectionDetails

The ingress address of AgentEndpoint.



179
180
181
182
183
184
185
186
187
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 179

class AwsGroundStationAgentEndpoint < Struct.new(
  :agent_status,
  :audit_results,
  :egress_address,
  :ingress_address,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name string associated with AgentEndpoint. Used as a human-readable identifier for AgentEndpoint.

Returns:

  • (String)


179
180
181
182
183
184
185
186
187
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 179

class AwsGroundStationAgentEndpoint < Struct.new(
  :agent_status,
  :audit_results,
  :egress_address,
  :ingress_address,
  :name)
  SENSITIVE = []
  include Aws::Structure
end