Class: Aws::IoTEvents::Types::InputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::InputConfiguration
- Defined in:
- gems/aws-sdk-iotevents/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.
3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 |
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 3711 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.
3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 |
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 3711 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.
3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 |
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 3711 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.
3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 |
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 3711 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.
3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 |
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 3711 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.
3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 |
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 3711 class InputConfiguration < Struct.new( :input_name, :input_description, :input_arn, :creation_time, :last_update_time, :status) SENSITIVE = [] include Aws::Structure end |