Class: Aws::GroundStation::Types::GetDataflowEndpointGroupResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_post_pass_duration_secondsInteger

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.

Returns:

  • (Integer)


1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
# File 'lib/aws-sdk-groundstation/types.rb', line 1610

class GetDataflowEndpointGroupResponse < Struct.new(
  :contact_post_pass_duration_seconds,
  :contact_pre_pass_duration_seconds,
  :dataflow_endpoint_group_arn,
  :dataflow_endpoint_group_id,
  :endpoints_details,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#contact_pre_pass_duration_secondsInteger

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.

Returns:

  • (Integer)


1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
# File 'lib/aws-sdk-groundstation/types.rb', line 1610

class GetDataflowEndpointGroupResponse < Struct.new(
  :contact_post_pass_duration_seconds,
  :contact_pre_pass_duration_seconds,
  :dataflow_endpoint_group_arn,
  :dataflow_endpoint_group_id,
  :endpoints_details,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#dataflow_endpoint_group_arnString

ARN of a dataflow endpoint group.

Returns:

  • (String)


1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
# File 'lib/aws-sdk-groundstation/types.rb', line 1610

class GetDataflowEndpointGroupResponse < Struct.new(
  :contact_post_pass_duration_seconds,
  :contact_pre_pass_duration_seconds,
  :dataflow_endpoint_group_arn,
  :dataflow_endpoint_group_id,
  :endpoints_details,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#dataflow_endpoint_group_idString

UUID of a dataflow endpoint group.

Returns:

  • (String)


1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
# File 'lib/aws-sdk-groundstation/types.rb', line 1610

class GetDataflowEndpointGroupResponse < Struct.new(
  :contact_post_pass_duration_seconds,
  :contact_pre_pass_duration_seconds,
  :dataflow_endpoint_group_arn,
  :dataflow_endpoint_group_id,
  :endpoints_details,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#endpoints_detailsArray<Types::EndpointDetails>

Details of a dataflow endpoint.

Returns:



1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
# File 'lib/aws-sdk-groundstation/types.rb', line 1610

class GetDataflowEndpointGroupResponse < Struct.new(
  :contact_post_pass_duration_seconds,
  :contact_pre_pass_duration_seconds,
  :dataflow_endpoint_group_arn,
  :dataflow_endpoint_group_id,
  :endpoints_details,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags assigned to a dataflow endpoint group.

Returns:

  • (Hash<String,String>)


1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
# File 'lib/aws-sdk-groundstation/types.rb', line 1610

class GetDataflowEndpointGroupResponse < Struct.new(
  :contact_post_pass_duration_seconds,
  :contact_pre_pass_duration_seconds,
  :dataflow_endpoint_group_arn,
  :dataflow_endpoint_group_id,
  :endpoints_details,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end