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.
      1964 1965 1966 1967 1968 1969 1970 1971 1972 1973  | 
    
      # File '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_arn ⇒ String
The ARN of the input.
      1964 1965 1966 1967 1968 1969 1970 1971 1972 1973  | 
    
      # File '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_description ⇒ String
A brief description of the input.
      1964 1965 1966 1967 1968 1969 1970 1971 1972 1973  | 
    
      # File '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_name ⇒ String
The name of the input.
      1964 1965 1966 1967 1968 1969 1970 1971 1972 1973  | 
    
      # File '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_time ⇒ Time
The last time the input was updated.
      1964 1965 1966 1967 1968 1969 1970 1971 1972 1973  | 
    
      # File '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  | 
  
#status ⇒ String
The status of the input.
      1964 1965 1966 1967 1968 1969 1970 1971 1972 1973  | 
    
      # File '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  |