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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/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)


1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1959

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)


1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1959

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)


1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1959

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)


1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1959

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)


1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1959

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)


1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1959

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)


1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1959

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>)


1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1959

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