Class: Aws::IoTSiteWise::Types::ListActionsRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return for each paginated request.

Returns:

  • (Integer)


6157
6158
6159
6160
6161
6162
6163
6164
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6157

class ListActionsRequest < Struct.new(
  :target_resource_type,
  :target_resource_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to be used for the next set of paginated results.

Returns:

  • (String)


6157
6158
6159
6160
6161
6162
6163
6164
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6157

class ListActionsRequest < Struct.new(
  :target_resource_type,
  :target_resource_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#target_resource_idString

The ID of the target resource.

Returns:

  • (String)


6157
6158
6159
6160
6161
6162
6163
6164
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6157

class ListActionsRequest < Struct.new(
  :target_resource_type,
  :target_resource_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#target_resource_typeString

The type of resource.

Returns:

  • (String)


6157
6158
6159
6160
6161
6162
6163
6164
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6157

class ListActionsRequest < Struct.new(
  :target_resource_type,
  :target_resource_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end