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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2441
2442
2443
2444
2445
2446
2447
# File 'lib/aws-sdk-iotwireless/types.rb', line 2441

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)


2441
2442
2443
2444
2445
2446
2447
# File 'lib/aws-sdk-iotwireless/types.rb', line 2441

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)


2441
2442
2443
2444
2445
2446
2447
# File 'lib/aws-sdk-iotwireless/types.rb', line 2441

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