You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GroundStation::Types::ReserveContactRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ReserveContactRequest as input to an Aws::Client method, you can use a vanilla 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",
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

End time of a contact.

Returns:

  • (Time)

    End time of a contact.

#ground_stationString

Name of a ground station.

Returns:

  • (String)

    Name of a ground station.

#mission_profile_arnString

ARN of a mission profile.

Returns:

  • (String)

    ARN of a mission profile.

#satellite_arnString

ARN of a satellite

Returns:

  • (String)

    ARN of a satellite.

#start_timeTime

Start time of a contact.

Returns:

  • (Time)

    Start time of a contact.

#tagsHash<String,String>

Tags assigned to a contact.

Returns:

  • (Hash<String,String>)

    Tags assigned to a contact.