Class: Aws::Drs::Types::ListLaunchActionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::ListLaunchActionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::LaunchAction>
List of resource launch actions.
-
#next_token ⇒ String
Next token returned when listing resource launch actions.
Instance Attribute Details
#items ⇒ Array<Types::LaunchAction>
List of resource launch actions.
2254 2255 2256 2257 2258 2259 |
# File 'lib/aws-sdk-drs/types.rb', line 2254 class ListLaunchActionsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Next token returned when listing resource launch actions.
2254 2255 2256 2257 2258 2259 |
# File 'lib/aws-sdk-drs/types.rb', line 2254 class ListLaunchActionsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |