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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
# File 'lib/aws-sdk-groundstation/types.rb', line 2401

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)


2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
# File 'lib/aws-sdk-groundstation/types.rb', line 2401

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)


2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
# File 'lib/aws-sdk-groundstation/types.rb', line 2401

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)


2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
# File 'lib/aws-sdk-groundstation/types.rb', line 2401

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)


2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
# File 'lib/aws-sdk-groundstation/types.rb', line 2401

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>)


2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
# File 'lib/aws-sdk-groundstation/types.rb', line 2401

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