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.
1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1978 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.
1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1978 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.
1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1978 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.
1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1978 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.
1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1978 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.
1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1978 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.
1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1978 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.
1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1978 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 |