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.
Instance Attribute Details
#end_time ⇒ Time
End time of a contact in UTC.
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_station ⇒ String
Name of a ground station.
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_arn ⇒ String
ARN of a mission profile.
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_arn ⇒ String
ARN of a satellite
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_time ⇒ Time
Start time of a contact in UTC.
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 |
#tags ⇒ Hash<String,String>
Tags assigned to a contact.
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 |