Class: Aws::IoTManagedIntegrations::Types::GetNotificationConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::GetNotificationConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp value of when the notification configuration was created.
-
#destination_name ⇒ String
The name of the destination for the notification configuration.
-
#event_type ⇒ String
The type of event triggering a device notification to the customer-managed destination.
-
#tags ⇒ Hash<String,String>
A set of key/value pairs that are used to manage the notification configuration.
-
#updated_at ⇒ Time
The timestamp value of when the notification configuration was last updated.
Instance Attribute Details
#created_at ⇒ Time
The timestamp value of when the notification configuration was created.
2292 2293 2294 2295 2296 2297 2298 2299 2300 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2292 class GetNotificationConfigurationResponse < Struct.new( :event_type, :destination_name, :created_at, :updated_at, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#destination_name ⇒ String
The name of the destination for the notification configuration.
2292 2293 2294 2295 2296 2297 2298 2299 2300 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2292 class GetNotificationConfigurationResponse < Struct.new( :event_type, :destination_name, :created_at, :updated_at, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#event_type ⇒ String
The type of event triggering a device notification to the customer-managed destination.
2292 2293 2294 2295 2296 2297 2298 2299 2300 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2292 class GetNotificationConfigurationResponse < Struct.new( :event_type, :destination_name, :created_at, :updated_at, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A set of key/value pairs that are used to manage the notification configuration.
2292 2293 2294 2295 2296 2297 2298 2299 2300 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2292 class GetNotificationConfigurationResponse < Struct.new( :event_type, :destination_name, :created_at, :updated_at, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp value of when the notification configuration was last updated.
2292 2293 2294 2295 2296 2297 2298 2299 2300 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2292 class GetNotificationConfigurationResponse < Struct.new( :event_type, :destination_name, :created_at, :updated_at, :tags) SENSITIVE = [:tags] include Aws::Structure end |