Class: Aws::Types::EventConfigurationItem

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#events ⇒ Types::EventNotificationItemConfigurations

Returns the value of attribute events.



580
581
582
# File 'sig/types.rbs', line 580

def events
  @events
end

#identifier ⇒ ::String

Returns the value of attribute identifier.

Returns:

  • (::String)


577
578
579
# File 'sig/types.rbs', line 577

def identifier
  @identifier
end

#identifier_type ⇒ "PartnerAccountId", ...

Returns the value of attribute identifier_type.

Returns:

  • ("PartnerAccountId", "DevEui", "GatewayEui", "WirelessDeviceId", "WirelessGatewayId")


578
579
580
# File 'sig/types.rbs', line 578

def identifier_type
  @identifier_type
end

#partner_type ⇒ "Sidewalk"

Returns the value of attribute partner_type.

Returns:

  • ("Sidewalk")


579
580
581
# File 'sig/types.rbs', line 579

def partner_type
  @partner_type
end