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

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

#max_resultsInteger

Maximum number of mission profiles returned.

Returns:

  • (Integer)


2723
2724
2725
2726
2727
2728
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2723

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)


2723
2724
2725
2726
2727
2728
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2723

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