Class: Aws::Inspector::Types::EventSubscription
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::EventSubscription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
This data type is used in the Subscription data type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event ⇒ String
The event for which Amazon Simple Notification Service (SNS) notifications are sent.
-
#subscribed_at ⇒ Time
The time at which SubscribeToEvent is called.
Instance Attribute Details
#event ⇒ String
The event for which Amazon Simple Notification Service (SNS) notifications are sent.
1179 1180 1181 1182 1183 1184 |
# File 'lib/aws-sdk-inspector/types.rb', line 1179 class EventSubscription < Struct.new( :event, :subscribed_at) SENSITIVE = [] include Aws::Structure end |
#subscribed_at ⇒ Time
The time at which SubscribeToEvent is called.
1179 1180 1181 1182 1183 1184 |
# File 'lib/aws-sdk-inspector/types.rb', line 1179 class EventSubscription < Struct.new( :event, :subscribed_at) SENSITIVE = [] include Aws::Structure end |