Class: Aws::GroundStation::Types::ListContactsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::ListContactsRequest
- 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.
-
#max_results ⇒ Integer
Maximum number of contacts returned.
-
#mission_profile_arn ⇒ String
ARN of a mission profile.
-
#next_token ⇒ String
Next token returned in the request of a previous ‘ListContacts` call.
-
#satellite_arn ⇒ String
ARN of a satellite.
-
#start_time ⇒ Time
Start time of a contact in UTC.
-
#status_list ⇒ Array<String>
Status of a contact reservation.
Instance Attribute Details
#end_time ⇒ Time
End time of a contact in UTC.
1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1970 class ListContactsRequest < Struct.new( :end_time, :ground_station, :max_results, :mission_profile_arn, :next_token, :satellite_arn, :start_time, :status_list) SENSITIVE = [] include Aws::Structure end |
#ground_station ⇒ String
Name of a ground station.
1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1970 class ListContactsRequest < Struct.new( :end_time, :ground_station, :max_results, :mission_profile_arn, :next_token, :satellite_arn, :start_time, :status_list) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Maximum number of contacts returned.
1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1970 class ListContactsRequest < Struct.new( :end_time, :ground_station, :max_results, :mission_profile_arn, :next_token, :satellite_arn, :start_time, :status_list) SENSITIVE = [] include Aws::Structure end |
#mission_profile_arn ⇒ String
ARN of a mission profile.
1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1970 class ListContactsRequest < Struct.new( :end_time, :ground_station, :max_results, :mission_profile_arn, :next_token, :satellite_arn, :start_time, :status_list) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Next token returned in the request of a previous ‘ListContacts` call. Used to get the next page of results.
1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1970 class ListContactsRequest < Struct.new( :end_time, :ground_station, :max_results, :mission_profile_arn, :next_token, :satellite_arn, :start_time, :status_list) SENSITIVE = [] include Aws::Structure end |
#satellite_arn ⇒ String
ARN of a satellite.
1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1970 class ListContactsRequest < Struct.new( :end_time, :ground_station, :max_results, :mission_profile_arn, :next_token, :satellite_arn, :start_time, :status_list) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
Start time of a contact in UTC.
1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1970 class ListContactsRequest < Struct.new( :end_time, :ground_station, :max_results, :mission_profile_arn, :next_token, :satellite_arn, :start_time, :status_list) SENSITIVE = [] include Aws::Structure end |
#status_list ⇒ Array<String>
Status of a contact reservation.
1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1970 class ListContactsRequest < Struct.new( :end_time, :ground_station, :max_results, :mission_profile_arn, :next_token, :satellite_arn, :start_time, :status_list) SENSITIVE = [] include Aws::Structure end |