Class: Aws::Types::ListContactsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListContactsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#ephemeris ⇒ Types::EphemerisFilter
Returns the value of attribute ephemeris.
-
#ground_station ⇒ ::String
Returns the value of attribute ground_station.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#mission_profile_arn ⇒ ::String
Returns the value of attribute mission_profile_arn.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#satellite_arn ⇒ ::String
Returns the value of attribute satellite_arn.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#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.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_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.
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.
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.
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.
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.
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.
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.
834 835 836 |
# File 'sig/types.rbs', line 834 def status_list @status_list end |