Class: Aws::GroundStation::Types::AwsGroundStationAgentEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::AwsGroundStationAgentEndpoint
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Information about AwsGroundStationAgentEndpoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_status ⇒ String
The status of AgentEndpoint.
-
#audit_results ⇒ String
The results of the audit.
-
#egress_address ⇒ Types::ConnectionDetails
The egress address of AgentEndpoint.
-
#ingress_address ⇒ Types::RangedConnectionDetails
The ingress address of AgentEndpoint.
-
#name ⇒ String
Name string associated with AgentEndpoint.
Instance Attribute Details
#agent_status ⇒ String
The status of AgentEndpoint.
179 180 181 182 183 184 185 186 187 |
# File '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_results ⇒ String
The results of the audit.
179 180 181 182 183 184 185 186 187 |
# File '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_address ⇒ Types::ConnectionDetails
The egress address of AgentEndpoint.
179 180 181 182 183 184 185 186 187 |
# File '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_address ⇒ Types::RangedConnectionDetails
The ingress address of AgentEndpoint.
179 180 181 182 183 184 185 186 187 |
# File '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 |
#name ⇒ String
Name string associated with AgentEndpoint. Used as a human-readable identifier for AgentEndpoint.
179 180 181 182 183 184 185 186 187 |
# File '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 |