Class: Aws::FIS::Types::ListActionsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionsArray<Types::ActionSummary>

The actions.

Returns:



1463
1464
1465
1466
1467
1468
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1463

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

#next_tokenString

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


1463
1464
1465
1466
1467
1468
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1463

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