Class: Aws::IoTWireless::Types::GetResourceEventConfigurationRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

Resource identifier to opt in for event messaging.

Returns:

  • (String)


2231
2232
2233
2234
2235
2236
2237
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2231

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

#identifier_typeString

Identifier type of the particular resource identifier for event configuration.

Returns:

  • (String)


2231
2232
2233
2234
2235
2236
2237
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2231

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

#partner_typeString

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

Returns:

  • (String)


2231
2232
2233
2234
2235
2236
2237
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2231

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