Class: Aws::GroundStation::Types::ContactData

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

Overview

Data describing a contact.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_idString

UUID of a contact.

Returns:

  • (String)


711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 711

class ContactData < Struct.new(
  :contact_id,
  :mission_profile_arn,
  :satellite_arn,
  :start_time,
  :end_time,
  :pre_pass_start_time,
  :post_pass_end_time,
  :ground_station,
  :contact_status,
  :error_message,
  :maximum_elevation,
  :region,
  :tags,
  :visibility_start_time,
  :visibility_end_time,
  :ephemeris)
  SENSITIVE = []
  include Aws::Structure
end

#contact_statusString

Status of a contact.

Returns:

  • (String)


711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 711

class ContactData < Struct.new(
  :contact_id,
  :mission_profile_arn,
  :satellite_arn,
  :start_time,
  :end_time,
  :pre_pass_start_time,
  :post_pass_end_time,
  :ground_station,
  :contact_status,
  :error_message,
  :maximum_elevation,
  :region,
  :tags,
  :visibility_start_time,
  :visibility_end_time,
  :ephemeris)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

End time of a contact in UTC.

Returns:

  • (Time)


711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 711

class ContactData < Struct.new(
  :contact_id,
  :mission_profile_arn,
  :satellite_arn,
  :start_time,
  :end_time,
  :pre_pass_start_time,
  :post_pass_end_time,
  :ground_station,
  :contact_status,
  :error_message,
  :maximum_elevation,
  :region,
  :tags,
  :visibility_start_time,
  :visibility_end_time,
  :ephemeris)
  SENSITIVE = []
  include Aws::Structure
end

#ephemerisTypes::EphemerisResponseData

The ephemeris that determines antenna pointing for the contact.



711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 711

class ContactData < Struct.new(
  :contact_id,
  :mission_profile_arn,
  :satellite_arn,
  :start_time,
  :end_time,
  :pre_pass_start_time,
  :post_pass_end_time,
  :ground_station,
  :contact_status,
  :error_message,
  :maximum_elevation,
  :region,
  :tags,
  :visibility_start_time,
  :visibility_end_time,
  :ephemeris)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

Error message of a contact.

Returns:

  • (String)


711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 711

class ContactData < Struct.new(
  :contact_id,
  :mission_profile_arn,
  :satellite_arn,
  :start_time,
  :end_time,
  :pre_pass_start_time,
  :post_pass_end_time,
  :ground_station,
  :contact_status,
  :error_message,
  :maximum_elevation,
  :region,
  :tags,
  :visibility_start_time,
  :visibility_end_time,
  :ephemeris)
  SENSITIVE = []
  include Aws::Structure
end

#ground_stationString

Name of a ground station.

Returns:

  • (String)


711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 711

class ContactData < Struct.new(
  :contact_id,
  :mission_profile_arn,
  :satellite_arn,
  :start_time,
  :end_time,
  :pre_pass_start_time,
  :post_pass_end_time,
  :ground_station,
  :contact_status,
  :error_message,
  :maximum_elevation,
  :region,
  :tags,
  :visibility_start_time,
  :visibility_end_time,
  :ephemeris)
  SENSITIVE = []
  include Aws::Structure
end

#maximum_elevationTypes::Elevation

Maximum elevation angle of a contact.

Returns:



711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 711

class ContactData < Struct.new(
  :contact_id,
  :mission_profile_arn,
  :satellite_arn,
  :start_time,
  :end_time,
  :pre_pass_start_time,
  :post_pass_end_time,
  :ground_station,
  :contact_status,
  :error_message,
  :maximum_elevation,
  :region,
  :tags,
  :visibility_start_time,
  :visibility_end_time,
  :ephemeris)
  SENSITIVE = []
  include Aws::Structure
end

#mission_profile_arnString

ARN of a mission profile.

Returns:

  • (String)


711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 711

class ContactData < Struct.new(
  :contact_id,
  :mission_profile_arn,
  :satellite_arn,
  :start_time,
  :end_time,
  :pre_pass_start_time,
  :post_pass_end_time,
  :ground_station,
  :contact_status,
  :error_message,
  :maximum_elevation,
  :region,
  :tags,
  :visibility_start_time,
  :visibility_end_time,
  :ephemeris)
  SENSITIVE = []
  include Aws::Structure
end

#post_pass_end_timeTime

Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.

Returns:

  • (Time)


711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 711

class ContactData < Struct.new(
  :contact_id,
  :mission_profile_arn,
  :satellite_arn,
  :start_time,
  :end_time,
  :pre_pass_start_time,
  :post_pass_end_time,
  :ground_station,
  :contact_status,
  :error_message,
  :maximum_elevation,
  :region,
  :tags,
  :visibility_start_time,
  :visibility_end_time,
  :ephemeris)
  SENSITIVE = []
  include Aws::Structure
end

#pre_pass_start_timeTime

Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.

Returns:

  • (Time)


711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 711

class ContactData < Struct.new(
  :contact_id,
  :mission_profile_arn,
  :satellite_arn,
  :start_time,
  :end_time,
  :pre_pass_start_time,
  :post_pass_end_time,
  :ground_station,
  :contact_status,
  :error_message,
  :maximum_elevation,
  :region,
  :tags,
  :visibility_start_time,
  :visibility_end_time,
  :ephemeris)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

Region of a contact.

Returns:

  • (String)


711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 711

class ContactData < Struct.new(
  :contact_id,
  :mission_profile_arn,
  :satellite_arn,
  :start_time,
  :end_time,
  :pre_pass_start_time,
  :post_pass_end_time,
  :ground_station,
  :contact_status,
  :error_message,
  :maximum_elevation,
  :region,
  :tags,
  :visibility_start_time,
  :visibility_end_time,
  :ephemeris)
  SENSITIVE = []
  include Aws::Structure
end

#satellite_arnString

ARN of a satellite.

Returns:

  • (String)


711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 711

class ContactData < Struct.new(
  :contact_id,
  :mission_profile_arn,
  :satellite_arn,
  :start_time,
  :end_time,
  :pre_pass_start_time,
  :post_pass_end_time,
  :ground_station,
  :contact_status,
  :error_message,
  :maximum_elevation,
  :region,
  :tags,
  :visibility_start_time,
  :visibility_end_time,
  :ephemeris)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

Start time of a contact in UTC.

Returns:

  • (Time)


711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 711

class ContactData < Struct.new(
  :contact_id,
  :mission_profile_arn,
  :satellite_arn,
  :start_time,
  :end_time,
  :pre_pass_start_time,
  :post_pass_end_time,
  :ground_station,
  :contact_status,
  :error_message,
  :maximum_elevation,
  :region,
  :tags,
  :visibility_start_time,
  :visibility_end_time,
  :ephemeris)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags assigned to a contact.

Returns:

  • (Hash<String,String>)


711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 711

class ContactData < Struct.new(
  :contact_id,
  :mission_profile_arn,
  :satellite_arn,
  :start_time,
  :end_time,
  :pre_pass_start_time,
  :post_pass_end_time,
  :ground_station,
  :contact_status,
  :error_message,
  :maximum_elevation,
  :region,
  :tags,
  :visibility_start_time,
  :visibility_end_time,
  :ephemeris)
  SENSITIVE = []
  include Aws::Structure
end

#visibility_end_timeTime

Projected time in UTC your satellite will set below the receive mask. This time is based on the satellite's current active ephemeris for future contacts and the ephemeris that was active during contact execution for completed contacts. This field is not present for contacts with a SCHEDULING or SCHEDULED status.

Returns:

  • (Time)


711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 711

class ContactData < Struct.new(
  :contact_id,
  :mission_profile_arn,
  :satellite_arn,
  :start_time,
  :end_time,
  :pre_pass_start_time,
  :post_pass_end_time,
  :ground_station,
  :contact_status,
  :error_message,
  :maximum_elevation,
  :region,
  :tags,
  :visibility_start_time,
  :visibility_end_time,
  :ephemeris)
  SENSITIVE = []
  include Aws::Structure
end

#visibility_start_timeTime

Projected time in UTC your satellite will rise above the receive mask. This time is based on the satellite's current active ephemeris for future contacts and the ephemeris that was active during contact execution for completed contacts. This field is not present for contacts with a SCHEDULING or SCHEDULED status.

Returns:

  • (Time)


711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 711

class ContactData < Struct.new(
  :contact_id,
  :mission_profile_arn,
  :satellite_arn,
  :start_time,
  :end_time,
  :pre_pass_start_time,
  :post_pass_end_time,
  :ground_station,
  :contact_status,
  :error_message,
  :maximum_elevation,
  :region,
  :tags,
  :visibility_start_time,
  :visibility_end_time,
  :ephemeris)
  SENSITIVE = []
  include Aws::Structure
end