Class: Aws::GroundStation::Types::ListMissionProfilesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::ListMissionProfilesRequest
- Defined in:
- gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Maximum number of mission profiles returned.
-
#next_token ⇒ String
Next token returned in the request of a previous
ListMissionProfilescall.
Instance Attribute Details
#max_results ⇒ Integer
Maximum number of mission profiles returned.
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_token ⇒ String
Next token returned in the request of a previous
ListMissionProfiles call. Used to get the next page of results.
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 |