Class: Aws::GroundStation::Types::EndpointDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::EndpointDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Information about the endpoint details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_ground_station_agent_endpoint ⇒ Types::AwsGroundStationAgentEndpoint
An agent endpoint.
-
#downlink_aws_ground_station_agent_endpoint ⇒ Types::DownlinkAwsGroundStationAgentEndpointDetails
Definition for a downlink agent endpoint.
-
#endpoint ⇒ Types::DataflowEndpoint
A dataflow endpoint.
-
#health_reasons ⇒ Array<String>
Health reasons for a dataflow endpoint.
-
#health_status ⇒ String
A dataflow endpoint health status.
-
#security_details ⇒ Types::SecurityDetails
Endpoint security details including a list of subnets, a list of security groups and a role to connect streams to instances.
-
#uplink_aws_ground_station_agent_endpoint ⇒ Types::UplinkAwsGroundStationAgentEndpointDetails
Definition for an uplink agent endpoint.
Instance Attribute Details
#aws_ground_station_agent_endpoint ⇒ Types::AwsGroundStationAgentEndpoint
An agent endpoint.
1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1622 class EndpointDetails < Struct.new( :security_details, :endpoint, :aws_ground_station_agent_endpoint, :uplink_aws_ground_station_agent_endpoint, :downlink_aws_ground_station_agent_endpoint, :health_status, :health_reasons) SENSITIVE = [] include Aws::Structure end |
#downlink_aws_ground_station_agent_endpoint ⇒ Types::DownlinkAwsGroundStationAgentEndpointDetails
Definition for a downlink agent endpoint
1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1622 class EndpointDetails < Struct.new( :security_details, :endpoint, :aws_ground_station_agent_endpoint, :uplink_aws_ground_station_agent_endpoint, :downlink_aws_ground_station_agent_endpoint, :health_status, :health_reasons) SENSITIVE = [] include Aws::Structure end |
#endpoint ⇒ Types::DataflowEndpoint
A dataflow endpoint.
1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1622 class EndpointDetails < Struct.new( :security_details, :endpoint, :aws_ground_station_agent_endpoint, :uplink_aws_ground_station_agent_endpoint, :downlink_aws_ground_station_agent_endpoint, :health_status, :health_reasons) SENSITIVE = [] include Aws::Structure end |
#health_reasons ⇒ Array<String>
Health reasons for a dataflow endpoint. This field is ignored when calling ‘CreateDataflowEndpointGroup`.
1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1622 class EndpointDetails < Struct.new( :security_details, :endpoint, :aws_ground_station_agent_endpoint, :uplink_aws_ground_station_agent_endpoint, :downlink_aws_ground_station_agent_endpoint, :health_status, :health_reasons) SENSITIVE = [] include Aws::Structure end |
#health_status ⇒ String
A dataflow endpoint health status. This field is ignored when calling ‘CreateDataflowEndpointGroup`.
1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1622 class EndpointDetails < Struct.new( :security_details, :endpoint, :aws_ground_station_agent_endpoint, :uplink_aws_ground_station_agent_endpoint, :downlink_aws_ground_station_agent_endpoint, :health_status, :health_reasons) SENSITIVE = [] include Aws::Structure end |
#security_details ⇒ Types::SecurityDetails
Endpoint security details including a list of subnets, a list of security groups and a role to connect streams to instances.
1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1622 class EndpointDetails < Struct.new( :security_details, :endpoint, :aws_ground_station_agent_endpoint, :uplink_aws_ground_station_agent_endpoint, :downlink_aws_ground_station_agent_endpoint, :health_status, :health_reasons) SENSITIVE = [] include Aws::Structure end |
#uplink_aws_ground_station_agent_endpoint ⇒ Types::UplinkAwsGroundStationAgentEndpointDetails
Definition for an uplink agent endpoint
1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1622 class EndpointDetails < Struct.new( :security_details, :endpoint, :aws_ground_station_agent_endpoint, :uplink_aws_ground_station_agent_endpoint, :downlink_aws_ground_station_agent_endpoint, :health_status, :health_reasons) SENSITIVE = [] include Aws::Structure end |