Class: Aws::IoTEvents::Types::InputSummary

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

Overview

Information about the input.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time the input was created.

Returns:

  • (Time)


1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 1964

class InputSummary < Struct.new(
  :input_name,
  :input_description,
  :input_arn,
  :creation_time,
  :last_update_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#input_arnString

The ARN of the input.

Returns:

  • (String)


1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 1964

class InputSummary < Struct.new(
  :input_name,
  :input_description,
  :input_arn,
  :creation_time,
  :last_update_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#input_descriptionString

A brief description of the input.

Returns:

  • (String)


1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 1964

class InputSummary < Struct.new(
  :input_name,
  :input_description,
  :input_arn,
  :creation_time,
  :last_update_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#input_nameString

The name of the input.

Returns:

  • (String)


1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 1964

class InputSummary < Struct.new(
  :input_name,
  :input_description,
  :input_arn,
  :creation_time,
  :last_update_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#last_update_timeTime

The last time the input was updated.

Returns:

  • (Time)


1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 1964

class InputSummary < Struct.new(
  :input_name,
  :input_description,
  :input_arn,
  :creation_time,
  :last_update_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the input.

Returns:

  • (String)


1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 1964

class InputSummary < Struct.new(
  :input_name,
  :input_description,
  :input_arn,
  :creation_time,
  :last_update_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end