Class: Aws::GroundStation::Types::ListMissionProfilesRequest

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

Overview

Input for the ListMissionProfiles operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Maximum number of mission profiles returned.

Returns:

  • (Integer)


3264
3265
3266
3267
3268
3269
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3264

class ListMissionProfilesRequest < Struct.new(
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


3264
3265
3266
3267
3268
3269
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3264

class ListMissionProfilesRequest < Struct.new(
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end