Class: Aws::GroundStation::Types::ReserveContactRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::ReserveContactRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
End time of a contact in UTC.
-
#ground_station ⇒ String
Name of a ground station.
-
#mission_profile_arn ⇒ String
ARN of a mission profile.
-
#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 for the contact.
Instance Attribute Details
#end_time ⇒ Time
End time of a contact in UTC.
3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 |
# File 'lib/aws-sdk-groundstation/types.rb', line 3007 class ReserveContactRequest < Struct.new( :mission_profile_arn, :satellite_arn, :start_time, :end_time, :ground_station, :tags, :tracking_overrides) SENSITIVE = [] include Aws::Structure end |
#ground_station ⇒ String
Name of a ground station.
3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 |
# File 'lib/aws-sdk-groundstation/types.rb', line 3007 class ReserveContactRequest < Struct.new( :mission_profile_arn, :satellite_arn, :start_time, :end_time, :ground_station, :tags, :tracking_overrides) SENSITIVE = [] include Aws::Structure end |
#mission_profile_arn ⇒ String
ARN of a mission profile.
3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 |
# File 'lib/aws-sdk-groundstation/types.rb', line 3007 class ReserveContactRequest < Struct.new( :mission_profile_arn, :satellite_arn, :start_time, :end_time, :ground_station, :tags, :tracking_overrides) SENSITIVE = [] include Aws::Structure end |
#satellite_arn ⇒ String
ARN of a satellite
3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 |
# File 'lib/aws-sdk-groundstation/types.rb', line 3007 class ReserveContactRequest < Struct.new( :mission_profile_arn, :satellite_arn, :start_time, :end_time, :ground_station, :tags, :tracking_overrides) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
Start time of a contact in UTC.
3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 |
# File 'lib/aws-sdk-groundstation/types.rb', line 3007 class ReserveContactRequest < Struct.new( :mission_profile_arn, :satellite_arn, :start_time, :end_time, :ground_station, :tags, :tracking_overrides) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags assigned to a contact.
3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 |
# File 'lib/aws-sdk-groundstation/types.rb', line 3007 class ReserveContactRequest < Struct.new( :mission_profile_arn, :satellite_arn, :start_time, :end_time, :ground_station, :tags, :tracking_overrides) SENSITIVE = [] include Aws::Structure end |
#tracking_overrides ⇒ Types::TrackingOverrides
Tracking configuration overrides for the contact.
3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 |
# File 'lib/aws-sdk-groundstation/types.rb', line 3007 class ReserveContactRequest < Struct.new( :mission_profile_arn, :satellite_arn, :start_time, :end_time, :ground_station, :tags, :tracking_overrides) SENSITIVE = [] include Aws::Structure end |