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.
-
#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.
Instance Attribute Details
#aws_ground_station_agent_endpoint ⇒ Types::AwsGroundStationAgentEndpoint
An agent endpoint.
1239 1240 1241 1242 1243 1244 1245 1246 1247 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1239 class EndpointDetails < Struct.new( :aws_ground_station_agent_endpoint, :endpoint, :health_reasons, :health_status, :security_details) SENSITIVE = [] include Aws::Structure end |
#endpoint ⇒ Types::DataflowEndpoint
A dataflow endpoint.
1239 1240 1241 1242 1243 1244 1245 1246 1247 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1239 class EndpointDetails < Struct.new( :aws_ground_station_agent_endpoint, :endpoint, :health_reasons, :health_status, :security_details) SENSITIVE = [] include Aws::Structure end |
#health_reasons ⇒ Array<String>
Health reasons for a dataflow endpoint. This field is ignored when calling ‘CreateDataflowEndpointGroup`.
1239 1240 1241 1242 1243 1244 1245 1246 1247 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1239 class EndpointDetails < Struct.new( :aws_ground_station_agent_endpoint, :endpoint, :health_reasons, :health_status, :security_details) SENSITIVE = [] include Aws::Structure end |
#health_status ⇒ String
A dataflow endpoint health status. This field is ignored when calling ‘CreateDataflowEndpointGroup`.
1239 1240 1241 1242 1243 1244 1245 1246 1247 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1239 class EndpointDetails < Struct.new( :aws_ground_station_agent_endpoint, :endpoint, :health_reasons, :health_status, :security_details) 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.
1239 1240 1241 1242 1243 1244 1245 1246 1247 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1239 class EndpointDetails < Struct.new( :aws_ground_station_agent_endpoint, :endpoint, :health_reasons, :health_status, :security_details) SENSITIVE = [] include Aws::Structure end |