Class: Aws::InternetMonitor::Types::GetInternetEventOutput

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

#client_locationTypes::ClientLocation

The impacted location, such as a city, where clients access Amazon Web Services application resources.



538
539
540
541
542
543
544
545
546
547
548
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 538

class GetInternetEventOutput < Struct.new(
  :event_id,
  :event_arn,
  :started_at,
  :ended_at,
  :client_location,
  :event_type,
  :event_status)
  SENSITIVE = []
  include Aws::Structure
end

#ended_atTime

The time when the internet event ended. If the event hasn't ended yet, this value is empty.

Returns:

  • (Time)


538
539
540
541
542
543
544
545
546
547
548
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 538

class GetInternetEventOutput < Struct.new(
  :event_id,
  :event_arn,
  :started_at,
  :ended_at,
  :client_location,
  :event_type,
  :event_status)
  SENSITIVE = []
  include Aws::Structure
end

#event_arnString

The Amazon Resource Name (ARN) of the internet event.

Returns:

  • (String)


538
539
540
541
542
543
544
545
546
547
548
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 538

class GetInternetEventOutput < Struct.new(
  :event_id,
  :event_arn,
  :started_at,
  :ended_at,
  :client_location,
  :event_type,
  :event_status)
  SENSITIVE = []
  include Aws::Structure
end

#event_idString

The internally-generated identifier of an internet event.

Returns:

  • (String)


538
539
540
541
542
543
544
545
546
547
548
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 538

class GetInternetEventOutput < Struct.new(
  :event_id,
  :event_arn,
  :started_at,
  :ended_at,
  :client_location,
  :event_type,
  :event_status)
  SENSITIVE = []
  include Aws::Structure
end

#event_statusString

The status of the internet event.

Returns:

  • (String)


538
539
540
541
542
543
544
545
546
547
548
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 538

class GetInternetEventOutput < Struct.new(
  :event_id,
  :event_arn,
  :started_at,
  :ended_at,
  :client_location,
  :event_type,
  :event_status)
  SENSITIVE = []
  include Aws::Structure
end

#event_typeString

The type of network impairment.

Returns:

  • (String)


538
539
540
541
542
543
544
545
546
547
548
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 538

class GetInternetEventOutput < Struct.new(
  :event_id,
  :event_arn,
  :started_at,
  :ended_at,
  :client_location,
  :event_type,
  :event_status)
  SENSITIVE = []
  include Aws::Structure
end

#started_atTime

The time when the internet event started.

Returns:

  • (Time)


538
539
540
541
542
543
544
545
546
547
548
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 538

class GetInternetEventOutput < Struct.new(
  :event_id,
  :event_arn,
  :started_at,
  :ended_at,
  :client_location,
  :event_type,
  :event_status)
  SENSITIVE = []
  include Aws::Structure
end