Class: Aws::GroundStation::Types::DescribeContactResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::DescribeContactResponse
- Defined in:
- gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_id ⇒ String
UUID of a contact.
-
#contact_status ⇒ String
Status of a contact.
-
#dataflow_list ⇒ Array<Types::DataflowDetail>
List describing source and destination details for each dataflow edge.
-
#end_time ⇒ Time
End time of a contact.
-
#error_message ⇒ String
Error message for a contact.
-
#ground_station ⇒ String
Ground station for a contact.
-
#maximum_elevation ⇒ Types::Elevation
Maximum elevation angle of a contact.
-
#mission_profile_arn ⇒ String
ARN of a mission profile.
-
#post_pass_end_time ⇒ Time
Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.
-
#pre_pass_start_time ⇒ Time
Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.
-
#region ⇒ String
Region of a contact.
-
#satellite_arn ⇒ String
ARN of a satellite.
-
#start_time ⇒ Time
Start time of a contact.
-
#tags ⇒ Hash<String,String>
Tags assigned to a contact.
Instance Attribute Details
#contact_id ⇒ String
UUID of a contact.
940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 940 class DescribeContactResponse < Struct.new( :contact_id, :contact_status, :dataflow_list, :end_time, :error_message, :ground_station, :maximum_elevation, :mission_profile_arn, :post_pass_end_time, :pre_pass_start_time, :region, :satellite_arn, :start_time, :tags) SENSITIVE = [] include Aws::Structure end |
#contact_status ⇒ String
Status of a contact.
940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 940 class DescribeContactResponse < Struct.new( :contact_id, :contact_status, :dataflow_list, :end_time, :error_message, :ground_station, :maximum_elevation, :mission_profile_arn, :post_pass_end_time, :pre_pass_start_time, :region, :satellite_arn, :start_time, :tags) SENSITIVE = [] include Aws::Structure end |
#dataflow_list ⇒ Array<Types::DataflowDetail>
List describing source and destination details for each dataflow edge.
940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 940 class DescribeContactResponse < Struct.new( :contact_id, :contact_status, :dataflow_list, :end_time, :error_message, :ground_station, :maximum_elevation, :mission_profile_arn, :post_pass_end_time, :pre_pass_start_time, :region, :satellite_arn, :start_time, :tags) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
End time of a contact.
940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 940 class DescribeContactResponse < Struct.new( :contact_id, :contact_status, :dataflow_list, :end_time, :error_message, :ground_station, :maximum_elevation, :mission_profile_arn, :post_pass_end_time, :pre_pass_start_time, :region, :satellite_arn, :start_time, :tags) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
Error message for a contact.
940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 940 class DescribeContactResponse < Struct.new( :contact_id, :contact_status, :dataflow_list, :end_time, :error_message, :ground_station, :maximum_elevation, :mission_profile_arn, :post_pass_end_time, :pre_pass_start_time, :region, :satellite_arn, :start_time, :tags) SENSITIVE = [] include Aws::Structure end |
#ground_station ⇒ String
Ground station for a contact.
940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 940 class DescribeContactResponse < Struct.new( :contact_id, :contact_status, :dataflow_list, :end_time, :error_message, :ground_station, :maximum_elevation, :mission_profile_arn, :post_pass_end_time, :pre_pass_start_time, :region, :satellite_arn, :start_time, :tags) SENSITIVE = [] include Aws::Structure end |
#maximum_elevation ⇒ Types::Elevation
Maximum elevation angle of a contact.
940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 940 class DescribeContactResponse < Struct.new( :contact_id, :contact_status, :dataflow_list, :end_time, :error_message, :ground_station, :maximum_elevation, :mission_profile_arn, :post_pass_end_time, :pre_pass_start_time, :region, :satellite_arn, :start_time, :tags) SENSITIVE = [] include Aws::Structure end |
#mission_profile_arn ⇒ String
ARN of a mission profile.
940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 940 class DescribeContactResponse < Struct.new( :contact_id, :contact_status, :dataflow_list, :end_time, :error_message, :ground_station, :maximum_elevation, :mission_profile_arn, :post_pass_end_time, :pre_pass_start_time, :region, :satellite_arn, :start_time, :tags) SENSITIVE = [] include Aws::Structure end |
#post_pass_end_time ⇒ Time
Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.
940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 940 class DescribeContactResponse < Struct.new( :contact_id, :contact_status, :dataflow_list, :end_time, :error_message, :ground_station, :maximum_elevation, :mission_profile_arn, :post_pass_end_time, :pre_pass_start_time, :region, :satellite_arn, :start_time, :tags) SENSITIVE = [] include Aws::Structure end |
#pre_pass_start_time ⇒ Time
Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.
940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 940 class DescribeContactResponse < Struct.new( :contact_id, :contact_status, :dataflow_list, :end_time, :error_message, :ground_station, :maximum_elevation, :mission_profile_arn, :post_pass_end_time, :pre_pass_start_time, :region, :satellite_arn, :start_time, :tags) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
Region of a contact.
940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 940 class DescribeContactResponse < Struct.new( :contact_id, :contact_status, :dataflow_list, :end_time, :error_message, :ground_station, :maximum_elevation, :mission_profile_arn, :post_pass_end_time, :pre_pass_start_time, :region, :satellite_arn, :start_time, :tags) SENSITIVE = [] include Aws::Structure end |
#satellite_arn ⇒ String
ARN of a satellite.
940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 940 class DescribeContactResponse < Struct.new( :contact_id, :contact_status, :dataflow_list, :end_time, :error_message, :ground_station, :maximum_elevation, :mission_profile_arn, :post_pass_end_time, :pre_pass_start_time, :region, :satellite_arn, :start_time, :tags) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
Start time of a contact.
940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 940 class DescribeContactResponse < Struct.new( :contact_id, :contact_status, :dataflow_list, :end_time, :error_message, :ground_station, :maximum_elevation, :mission_profile_arn, :post_pass_end_time, :pre_pass_start_time, :region, :satellite_arn, :start_time, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags assigned to a contact.
940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 940 class DescribeContactResponse < Struct.new( :contact_id, :contact_status, :dataflow_list, :end_time, :error_message, :ground_station, :maximum_elevation, :mission_profile_arn, :post_pass_end_time, :pre_pass_start_time, :region, :satellite_arn, :start_time, :tags) SENSITIVE = [] include Aws::Structure end |