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.
1901 1902 1903 1904 1905 1906 |
# File 'lib/aws-sdk-drs/types.rb', line 1901 class ListLaunchActionsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Next token returned when listing resource launch actions.
1901 1902 1903 1904 1905 1906 |
# File 'lib/aws-sdk-drs/types.rb', line 1901 class ListLaunchActionsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |