You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTEvents::Types::InputSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about the input.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time the input was created.

Returns:

  • (Time)

    The time the input was created.

#input_arnString

The ARN of the input.

Returns:

  • (String)

    The ARN of the input.

#input_descriptionString

A brief description of the input.

Returns:

  • (String)

    A brief description of the input.

#input_nameString

The name of the input.

Returns:

  • (String)

    The name of the input.

#last_update_timeTime

The last time the input was updated.

Returns:

  • (Time)

    The last time the input was updated.

#statusString

The status of the input.

Possible values:

  • CREATING
  • UPDATING
  • ACTIVE
  • DELETING

Returns:

  • (String)

    The status of the input.