Class: Aws::IoTAnalytics::Types::DatasetActionSummary

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

Overview

Information about the action that automatically creates the dataset's contents.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_nameString

The name of the action that automatically creates the dataset's contents.

Returns:

  • (String)


906
907
908
909
910
911
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 906

class DatasetActionSummary < Struct.new(
  :action_name,
  :action_type)
  SENSITIVE = []
  include Aws::Structure
end

#action_typeString

The type of action by which the dataset's contents are automatically created.

Returns:

  • (String)


906
907
908
909
910
911
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 906

class DatasetActionSummary < Struct.new(
  :action_name,
  :action_type)
  SENSITIVE = []
  include Aws::Structure
end