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)


2373
2374
2375
2376
2377
2378
2379
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2373

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)


2373
2374
2375
2376
2377
2378
2379
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2373

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)


2373
2374
2375
2376
2377
2378
2379
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2373

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