Class: Aws::InternetMonitor::Types::GetInternetEventInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::InternetMonitor::Types::GetInternetEventInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-internetmonitor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_id ⇒ String
The ‘EventId` of the internet event to return information for.
Instance Attribute Details
#event_id ⇒ String
The ‘EventId` of the internet event to return information for.
500 501 502 503 504 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 500 class GetInternetEventInput < Struct.new( :event_id) SENSITIVE = [] include Aws::Structure end |