Class: Aws::IoTEvents::Types::InputConfiguration

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

Overview

Information about the configuration of an input.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time ⇒ Time

The time the input was created.

Returns:

  • (Time)


1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
# File 'lib/aws-sdk-iotevents/types.rb', line 1892

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

#input_arn ⇒ String

The ARN of the input.

Returns:

  • (String)


1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
# File 'lib/aws-sdk-iotevents/types.rb', line 1892

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

#input_description ⇒ String

A brief description of the input.

Returns:

  • (String)


1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
# File 'lib/aws-sdk-iotevents/types.rb', line 1892

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

#input_name ⇒ String

The name of the input.

Returns:

  • (String)


1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
# File 'lib/aws-sdk-iotevents/types.rb', line 1892

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

#last_update_time ⇒ Time

The last time the input was updated.

Returns:

  • (Time)


1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
# File 'lib/aws-sdk-iotevents/types.rb', line 1892

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

#status ⇒ String

The status of the input.

Returns:

  • (String)


1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
# File 'lib/aws-sdk-iotevents/types.rb', line 1892

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