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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::LaunchAction>

List of resource launch actions.

Returns:



1901
1902
1903
1904
1905
1906
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1901

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

#next_tokenString

Next token returned when listing resource launch actions.

Returns:

  • (String)


1901
1902
1903
1904
1905
1906
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1901

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