Class: Aws::IoTWireless::Types::EventConfigurationItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::EventConfigurationItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
Event configuration object for a single resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#events ⇒ Types::EventNotificationItemConfigurations
Object of all event configurations and the status of the event topics.
-
#identifier ⇒ String
Resource identifier opted in for event messaging.
-
#identifier_type ⇒ String
Identifier type of the particular resource identifier for event configuration.
-
#partner_type ⇒ String
Partner type of the resource if the identifier type is PartnerAccountId.
Instance Attribute Details
#events ⇒ Types::EventNotificationItemConfigurations
Object of all event configurations and the status of the event topics.
1663 1664 1665 1666 1667 1668 1669 1670 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1663 class EventConfigurationItem < Struct.new( :identifier, :identifier_type, :partner_type, :events) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
Resource identifier opted in for event messaging.
1663 1664 1665 1666 1667 1668 1669 1670 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1663 class EventConfigurationItem < Struct.new( :identifier, :identifier_type, :partner_type, :events) SENSITIVE = [] include Aws::Structure end |
#identifier_type ⇒ String
Identifier type of the particular resource identifier for event configuration.
1663 1664 1665 1666 1667 1668 1669 1670 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1663 class EventConfigurationItem < Struct.new( :identifier, :identifier_type, :partner_type, :events) SENSITIVE = [] include Aws::Structure end |
#partner_type ⇒ String
Partner type of the resource if the identifier type is PartnerAccountId.
1663 1664 1665 1666 1667 1668 1669 1670 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1663 class EventConfigurationItem < Struct.new( :identifier, :identifier_type, :partner_type, :events) SENSITIVE = [] include Aws::Structure end |