Class: Aws::Types::ListContactsRequest

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)


836
837
838
# File 'sig/types.rbs', line 836

def end_time
  @end_time
end

#ephemeris ⇒ Types::EphemerisFilter

Returns the value of attribute ephemeris.



840
841
842
# File 'sig/types.rbs', line 840

def ephemeris
  @ephemeris
end

#ground_station ⇒ ::String

Returns the value of attribute ground_station.

Returns:

  • (::String)


837
838
839
# File 'sig/types.rbs', line 837

def ground_station
  @ground_station
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


832
833
834
# File 'sig/types.rbs', line 832

def max_results
  @max_results
end

#mission_profile_arn ⇒ ::String

Returns the value of attribute mission_profile_arn.

Returns:

  • (::String)


839
840
841
# File 'sig/types.rbs', line 839

def mission_profile_arn
  @mission_profile_arn
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


833
834
835
# File 'sig/types.rbs', line 833

def next_token
  @next_token
end

#satellite_arn ⇒ ::String

Returns the value of attribute satellite_arn.

Returns:

  • (::String)


838
839
840
# File 'sig/types.rbs', line 838

def satellite_arn
  @satellite_arn
end

#start_time ⇒ ::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


835
836
837
# File 'sig/types.rbs', line 835

def start_time
  @start_time
end

#status_list ⇒ ::Array[("SCHEDULING" | "FAILED_TO_SCHEDULE" | "SCHEDULED" | "CANCELLED" | "AWS_CANCELLED" | "PREPASS" | "PASS" | "POSTPASS" | "COMPLETED" | "FAILED" | "AVAILABLE" | "CANCELLING" | "AWS_FAILED")]

Returns the value of attribute status_list.

Returns:

  • (::Array[("SCHEDULING" | "FAILED_TO_SCHEDULE" | "SCHEDULED" | "CANCELLED" | "AWS_CANCELLED" | "PREPASS" | "PASS" | "POSTPASS" | "COMPLETED" | "FAILED" | "AVAILABLE" | "CANCELLING" | "AWS_FAILED")])


834
835
836
# File 'sig/types.rbs', line 834

def status_list
  @status_list
end