Class: Aws::GroundStation::Types::ListMissionProfilesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::ListMissionProfilesResponse
- Defined in:
- gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mission_profile_list ⇒ Array<Types::MissionProfileListItem>
List of mission profiles.
-
#next_token ⇒ String
Next token returned in the response of a previous
ListMissionProfilescall.
Instance Attribute Details
#mission_profile_list ⇒ Array<Types::MissionProfileListItem>
List of mission profiles.
2792 2793 2794 2795 2796 2797 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2792 class ListMissionProfilesResponse < Struct.new( :next_token, :mission_profile_list) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Next token returned in the response of a previous
ListMissionProfiles call. Used to get the next page of results.
2792 2793 2794 2795 2796 2797 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2792 class ListMissionProfilesResponse < Struct.new( :next_token, :mission_profile_list) SENSITIVE = [] include Aws::Structure end |