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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

End time of a contact in UTC.

Returns:

  • (Time)


2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2379

class ReserveContactRequest < Struct.new(
  :end_time,
  :ground_station,
  :mission_profile_arn,
  :satellite_arn,
  :start_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#ground_stationString

Name of a ground station.

Returns:

  • (String)


2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2379

class ReserveContactRequest < Struct.new(
  :end_time,
  :ground_station,
  :mission_profile_arn,
  :satellite_arn,
  :start_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#mission_profile_arnString

ARN of a mission profile.

Returns:

  • (String)


2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2379

class ReserveContactRequest < Struct.new(
  :end_time,
  :ground_station,
  :mission_profile_arn,
  :satellite_arn,
  :start_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#satellite_arnString

ARN of a satellite

Returns:

  • (String)


2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2379

class ReserveContactRequest < Struct.new(
  :end_time,
  :ground_station,
  :mission_profile_arn,
  :satellite_arn,
  :start_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

Start time of a contact in UTC.

Returns:

  • (Time)


2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2379

class ReserveContactRequest < Struct.new(
  :end_time,
  :ground_station,
  :mission_profile_arn,
  :satellite_arn,
  :start_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags assigned to a contact.

Returns:

  • (Hash<String,String>)


2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2379

class ReserveContactRequest < Struct.new(
  :end_time,
  :ground_station,
  :mission_profile_arn,
  :satellite_arn,
  :start_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end