Class: Aws::Drs::Types::ListLaunchActionsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-drs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#items ⇒ Array<Types::LaunchAction>

List of resource launch actions.

Returns:



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.

Returns:

  • (String)


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