Class: Aws::IoTWireless::Types::EventConfigurationItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb

Overview

Event configuration object for a single resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eventsTypes::EventNotificationItemConfigurations

Object of all event configurations and the status of the event topics.



1663
1664
1665
1666
1667
1668
1669
1670
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1663

class EventConfigurationItem < Struct.new(
  :identifier,
  :identifier_type,
  :partner_type,
  :events)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

Resource identifier opted in for event messaging.

Returns:

  • (String)


1663
1664
1665
1666
1667
1668
1669
1670
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1663

class EventConfigurationItem < Struct.new(
  :identifier,
  :identifier_type,
  :partner_type,
  :events)
  SENSITIVE = []
  include Aws::Structure
end

#identifier_typeString

Identifier type of the particular resource identifier for event configuration.

Returns:

  • (String)


1663
1664
1665
1666
1667
1668
1669
1670
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1663

class EventConfigurationItem < Struct.new(
  :identifier,
  :identifier_type,
  :partner_type,
  :events)
  SENSITIVE = []
  include Aws::Structure
end

#partner_typeString

Partner type of the resource if the identifier type is PartnerAccountId.

Returns:

  • (String)


1663
1664
1665
1666
1667
1668
1669
1670
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1663

class EventConfigurationItem < Struct.new(
  :identifier,
  :identifier_type,
  :partner_type,
  :events)
  SENSITIVE = []
  include Aws::Structure
end