Class: Aws::GroundStation::Types::ListMissionProfilesResponse

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

#mission_profile_listArray<Types::MissionProfileListItem>

List of mission profiles.

Returns:



2105
2106
2107
2108
2109
2110
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2105

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

#next_tokenString

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

Returns:

  • (String)


2105
2106
2107
2108
2109
2110
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2105

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