Class: Aws::GroundStation::Types::ListContactsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-groundstation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

End time of a contact in UTC.

Returns:

  • (Time)


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_stationString

Name of a ground station.

Returns:

  • (String)


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_resultsInteger

Maximum number of contacts returned.

Returns:

  • (Integer)


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_arnString

ARN of a mission profile.

Returns:

  • (String)


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_tokenString

Next token returned in the request of a previous ‘ListContacts` call. Used to get the next page of results.

Returns:

  • (String)


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_arnString

ARN of a satellite.

Returns:

  • (String)


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_timeTime

Start time of a contact in UTC.

Returns:

  • (Time)


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_listArray<String>

Status of a contact reservation.

Returns:

  • (Array<String>)


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