Class: Aws::InternetMonitor::Types::GetInternetEventInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_idString

The EventId of the internet event to return information for.

Returns:

  • (String)


500
501
502
503
504
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 500

class GetInternetEventInput < Struct.new(
  :event_id)
  SENSITIVE = []
  include Aws::Structure
end