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)


1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1908

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)


1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1908

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)


1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1908

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)


1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1908

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)


1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1908

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)


1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1908

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)


1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1908

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


1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1908

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