class Aws::GroundStation::Types::ReserveContactRequest
@note When making an API call, you may pass ReserveContactRequest
data as a hash: { end_time: Time.now, # required ground_station: "String", # required mission_profile_arn: "MissionProfileArn", # required satellite_arn: "satelliteArn", # required start_time: Time.now, # required tags: { "String" => "String", }, }
@!attribute [rw] end_time
End time of a contact. @return [Time]
@!attribute [rw] ground_station
Name of a ground station. @return [String]
@!attribute [rw] mission_profile_arn
ARN of a mission profile. @return [String]
@!attribute [rw] satellite_arn
ARN of a satellite @return [String]
@!attribute [rw] start_time
Start time of a contact. @return [Time]
@!attribute [rw] tags
Tags assigned to a contact. @return [Hash<String,String>]
@see docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ReserveContactRequest AWS API Documentation
Constants
- SENSITIVE