Class: Aws::Types::ReserveContactRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time ⇒ ::Time

Returns the value of attribute end_time.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::Hash[::String, ::String])


1032
1033
1034
# File 'sig/types.rbs', line 1032

def tags
  @tags
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