Class: Aws::IoTEvents::Types::InputSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::InputSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotevents/types.rb
Overview
Information about the 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.
3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 |
# File 'lib/aws-sdk-iotevents/types.rb', line 3808 class InputSummary < 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.
3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 |
# File 'lib/aws-sdk-iotevents/types.rb', line 3808 class InputSummary < 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.
3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 |
# File 'lib/aws-sdk-iotevents/types.rb', line 3808 class InputSummary < 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.
3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 |
# File 'lib/aws-sdk-iotevents/types.rb', line 3808 class InputSummary < 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.
3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 |
# File 'lib/aws-sdk-iotevents/types.rb', line 3808 class InputSummary < 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.
3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 |
# File 'lib/aws-sdk-iotevents/types.rb', line 3808 class InputSummary < Struct.new( :input_name, :input_description, :input_arn, :creation_time, :last_update_time, :status) SENSITIVE = [] include Aws::Structure end |