Class: Aws::Types::ReserveContactRequest
- Inherits:
-
Object
- Object
- Aws::Types::ReserveContactRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#ground_station ⇒ ::String
Returns the value of attribute ground_station.
-
#mission_profile_arn ⇒ ::String
Returns the value of attribute mission_profile_arn.
-
#satellite_arn ⇒ ::String
Returns the value of attribute satellite_arn.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#tracking_overrides ⇒ Types::TrackingOverrides
Returns the value of attribute tracking_overrides.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def end_time @end_time end |
#ground_station ⇒ ::String
Returns the value of attribute ground_station.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def ground_station @ground_station end |
#mission_profile_arn ⇒ ::String
Returns the value of attribute mission_profile_arn.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def mission_profile_arn @mission_profile_arn end |
#satellite_arn ⇒ ::String
Returns the value of attribute satellite_arn.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def satellite_arn @satellite_arn end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def start_time @start_time end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def end |
#tracking_overrides ⇒ Types::TrackingOverrides
Returns the value of attribute tracking_overrides.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def tracking_overrides @tracking_overrides end |