Class: Aws::Drs::Types::ListLaunchActionsRequest

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

#filtersTypes::LaunchActionsRequestFilters

Filters to apply when listing resource launch actions.



1882
1883
1884
1885
1886
1887
1888
1889
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1882

class ListLaunchActionsRequest < Struct.new(
  :filters,
  :max_results,
  :next_token,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Maximum amount of items to return when listing resource launch actions.

Returns:

  • (Integer)


1882
1883
1884
1885
1886
1887
1888
1889
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1882

class ListLaunchActionsRequest < Struct.new(
  :filters,
  :max_results,
  :next_token,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Next token to use when listing resource launch actions.

Returns:

  • (String)


1882
1883
1884
1885
1886
1887
1888
1889
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1882

class ListLaunchActionsRequest < Struct.new(
  :filters,
  :max_results,
  :next_token,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

Launch configuration template Id or Source Server Id

Returns:

  • (String)


1882
1883
1884
1885
1886
1887
1888
1889
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1882

class ListLaunchActionsRequest < Struct.new(
  :filters,
  :max_results,
  :next_token,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end