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.
1670 1671 1672 1673 1674 1675 1676 1677 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1670 class EventConfigurationItem < Struct.new( :identifier, :identifier_type, :partner_type, :events) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
Resource identifier opted in for event messaging.
1670 1671 1672 1673 1674 1675 1676 1677 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1670 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.
1670 1671 1672 1673 1674 1675 1676 1677 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1670 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.
1670 1671 1672 1673 1674 1675 1676 1677 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1670 class EventConfigurationItem < Struct.new( :identifier, :identifier_type, :partner_type, :events) SENSITIVE = [] include Aws::Structure end |