Class: Aws::GroundStation::Types::GetDataflowEndpointGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::GetDataflowEndpointGroupResponse
- Defined in:
- gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb
Overview
Output for the GetDataflowEndpointGroup operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_post_pass_duration_seconds ⇒ Integer
Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a
POSTPASSstate. -
#contact_pre_pass_duration_seconds ⇒ Integer
Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a
PREPASSstate. -
#dataflow_endpoint_group_arn ⇒ String
ARN of a dataflow endpoint group.
-
#dataflow_endpoint_group_id ⇒ String
UUID of a dataflow endpoint group.
-
#endpoints_details ⇒ Array<Types::EndpointDetails>
Details of a dataflow endpoint.
-
#tags ⇒ Hash<String,String>
Tags assigned to a dataflow endpoint group.
Instance Attribute Details
#contact_post_pass_duration_seconds ⇒ Integer
Amount of time, in seconds, after a contact ends that the Ground
Station Dataflow Endpoint Group will be in a POSTPASS state. A
Ground Station Dataflow Endpoint Group State Change event will be
emitted when the Dataflow Endpoint Group enters and exits the
POSTPASS state.
2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2459 class GetDataflowEndpointGroupResponse < Struct.new( :dataflow_endpoint_group_id, :dataflow_endpoint_group_arn, :endpoints_details, :tags, :contact_pre_pass_duration_seconds, :contact_post_pass_duration_seconds) SENSITIVE = [] include Aws::Structure end |
#contact_pre_pass_duration_seconds ⇒ Integer
Amount of time, in seconds, before a contact starts that the Ground
Station Dataflow Endpoint Group will be in a PREPASS state. A
Ground Station Dataflow Endpoint Group State Change event will be
emitted when the Dataflow Endpoint Group enters and exits the
PREPASS state.
2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2459 class GetDataflowEndpointGroupResponse < Struct.new( :dataflow_endpoint_group_id, :dataflow_endpoint_group_arn, :endpoints_details, :tags, :contact_pre_pass_duration_seconds, :contact_post_pass_duration_seconds) SENSITIVE = [] include Aws::Structure end |
#dataflow_endpoint_group_arn ⇒ String
ARN of a dataflow endpoint group.
2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2459 class GetDataflowEndpointGroupResponse < Struct.new( :dataflow_endpoint_group_id, :dataflow_endpoint_group_arn, :endpoints_details, :tags, :contact_pre_pass_duration_seconds, :contact_post_pass_duration_seconds) SENSITIVE = [] include Aws::Structure end |
#dataflow_endpoint_group_id ⇒ String
UUID of a dataflow endpoint group.
2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2459 class GetDataflowEndpointGroupResponse < Struct.new( :dataflow_endpoint_group_id, :dataflow_endpoint_group_arn, :endpoints_details, :tags, :contact_pre_pass_duration_seconds, :contact_post_pass_duration_seconds) SENSITIVE = [] include Aws::Structure end |
#endpoints_details ⇒ Array<Types::EndpointDetails>
Details of a dataflow endpoint.
2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2459 class GetDataflowEndpointGroupResponse < Struct.new( :dataflow_endpoint_group_id, :dataflow_endpoint_group_arn, :endpoints_details, :tags, :contact_pre_pass_duration_seconds, :contact_post_pass_duration_seconds) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags assigned to a dataflow endpoint group.
2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2459 class GetDataflowEndpointGroupResponse < Struct.new( :dataflow_endpoint_group_id, :dataflow_endpoint_group_arn, :endpoints_details, :tags, :contact_pre_pass_duration_seconds, :contact_post_pass_duration_seconds) SENSITIVE = [] include Aws::Structure end |