Class: Aws::IoTWireless::Types::GetResourceEventConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetResourceEventConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
Resource identifier to opt in for event messaging.
-
#identifier_type ⇒ String
Identifier type of the particular resource identifier for event configuration.
-
#partner_type ⇒ String
Partner type of the resource if the identifier type is ‘PartnerAccountId`.
Instance Attribute Details
#identifier ⇒ String
Resource identifier to opt in for event messaging.
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_type ⇒ String
Identifier type of the particular resource identifier for event configuration.
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_type ⇒ String
Partner type of the resource if the identifier type is ‘PartnerAccountId`.
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 |