Class: Aws::IoTEvents::Types::InputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::InputConfiguration
- 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
-
#creation_time ⇒ Time
The time the input was created.
-
#input_arn ⇒ String
The ARN of the input.
-
#input_description ⇒ String
A brief description of the input.
-
#input_name ⇒ String
The name of the input.
-
#last_update_time ⇒ Time
The last time the input was updated.
-
#status ⇒ String
The status of the input.
Instance Attribute Details
#creation_time ⇒ Time
The time the input was created.
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.
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.
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.
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.
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.
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 |