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 in UTC.
-
#ephemeris ⇒ Types::EphemerisResponseData
The ephemeris that determines antenna pointing directions for the 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 in UTC.
-
#tags ⇒ Hash<String,String>
Tags assigned to a contact.
-
#tracking_overrides ⇒ Types::TrackingOverrides
Tracking configuration overrides specified when the contact was reserved.
-
#visibility_end_time ⇒ Time
Projected time in UTC your satellite will set below the [receive mask][1].
-
#visibility_start_time ⇒ Time
Projected time in UTC your satellite will rise above the [receive mask][1].
Instance Attribute Details
#contact_id ⇒ String
UUID of a contact.
1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1325 class DescribeContactResponse < 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, :tags, :region, :dataflow_list, :visibility_start_time, :visibility_end_time, :tracking_overrides, :ephemeris) SENSITIVE = [] include Aws::Structure end |
#contact_status ⇒ String
Status of a contact.
1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1325 class DescribeContactResponse < 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, :tags, :region, :dataflow_list, :visibility_start_time, :visibility_end_time, :tracking_overrides, :ephemeris) SENSITIVE = [] include Aws::Structure end |
#dataflow_list ⇒ Array<Types::DataflowDetail>
List describing source and destination details for each dataflow edge.
1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1325 class DescribeContactResponse < 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, :tags, :region, :dataflow_list, :visibility_start_time, :visibility_end_time, :tracking_overrides, :ephemeris) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
End time of a contact in UTC.
1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1325 class DescribeContactResponse < 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, :tags, :region, :dataflow_list, :visibility_start_time, :visibility_end_time, :tracking_overrides, :ephemeris) SENSITIVE = [] include Aws::Structure end |
#ephemeris ⇒ Types::EphemerisResponseData
The ephemeris that determines antenna pointing directions for the contact.
1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1325 class DescribeContactResponse < 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, :tags, :region, :dataflow_list, :visibility_start_time, :visibility_end_time, :tracking_overrides, :ephemeris) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
Error message for a contact.
1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1325 class DescribeContactResponse < 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, :tags, :region, :dataflow_list, :visibility_start_time, :visibility_end_time, :tracking_overrides, :ephemeris) SENSITIVE = [] include Aws::Structure end |
#ground_station ⇒ String
Ground station for a contact.
1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1325 class DescribeContactResponse < 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, :tags, :region, :dataflow_list, :visibility_start_time, :visibility_end_time, :tracking_overrides, :ephemeris) SENSITIVE = [] include Aws::Structure end |
#maximum_elevation ⇒ Types::Elevation
Maximum elevation angle of a contact.
1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1325 class DescribeContactResponse < 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, :tags, :region, :dataflow_list, :visibility_start_time, :visibility_end_time, :tracking_overrides, :ephemeris) SENSITIVE = [] include Aws::Structure end |
#mission_profile_arn ⇒ String
ARN of a mission profile.
1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1325 class DescribeContactResponse < 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, :tags, :region, :dataflow_list, :visibility_start_time, :visibility_end_time, :tracking_overrides, :ephemeris) 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.
1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1325 class DescribeContactResponse < 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, :tags, :region, :dataflow_list, :visibility_start_time, :visibility_end_time, :tracking_overrides, :ephemeris) 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.
1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1325 class DescribeContactResponse < 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, :tags, :region, :dataflow_list, :visibility_start_time, :visibility_end_time, :tracking_overrides, :ephemeris) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
Region of a contact.
1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1325 class DescribeContactResponse < 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, :tags, :region, :dataflow_list, :visibility_start_time, :visibility_end_time, :tracking_overrides, :ephemeris) SENSITIVE = [] include Aws::Structure end |
#satellite_arn ⇒ String
ARN of a satellite.
1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1325 class DescribeContactResponse < 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, :tags, :region, :dataflow_list, :visibility_start_time, :visibility_end_time, :tracking_overrides, :ephemeris) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
Start time of a contact in UTC.
1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1325 class DescribeContactResponse < 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, :tags, :region, :dataflow_list, :visibility_start_time, :visibility_end_time, :tracking_overrides, :ephemeris) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags assigned to a contact.
1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1325 class DescribeContactResponse < 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, :tags, :region, :dataflow_list, :visibility_start_time, :visibility_end_time, :tracking_overrides, :ephemeris) SENSITIVE = [] include Aws::Structure end |
#tracking_overrides ⇒ Types::TrackingOverrides
Tracking configuration overrides specified when the contact was reserved.
1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1325 class DescribeContactResponse < 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, :tags, :region, :dataflow_list, :visibility_start_time, :visibility_end_time, :tracking_overrides, :ephemeris) SENSITIVE = [] include Aws::Structure end |
#visibility_end_time ⇒ Time
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.
1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1325 class DescribeContactResponse < 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, :tags, :region, :dataflow_list, :visibility_start_time, :visibility_end_time, :tracking_overrides, :ephemeris) SENSITIVE = [] include Aws::Structure end |
#visibility_start_time ⇒ Time
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.
1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1325 class DescribeContactResponse < 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, :tags, :region, :dataflow_list, :visibility_start_time, :visibility_end_time, :tracking_overrides, :ephemeris) SENSITIVE = [] include Aws::Structure end |