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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#eventsTypes::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

#identifierString

Resource identifier opted in for event messaging.

Returns:

  • (String)


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_typeString

Identifier type of the particular resource identifier for event configuration.

Returns:

  • (String)


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_typeString

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

Returns:

  • (String)


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