Class: Aws::Types::GetInternetEventOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_locationTypes::ClientLocation

Returns the value of attribute client_location.



110
111
112
# File 'sig/types.rbs', line 110

def client_location
  @client_location
end

#ended_at::Time

Returns the value of attribute ended_at.

Returns:

  • (::Time)


109
110
111
# File 'sig/types.rbs', line 109

def ended_at
  @ended_at
end

#event_arn::String

Returns the value of attribute event_arn.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def event_arn
  @event_arn
end

#event_id::String

Returns the value of attribute event_id.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def event_id
  @event_id
end

#event_status"ACTIVE", "RESOLVED"

Returns the value of attribute event_status.

Returns:

  • ("ACTIVE", "RESOLVED")


112
113
114
# File 'sig/types.rbs', line 112

def event_status
  @event_status
end

#event_type"AVAILABILITY", "PERFORMANCE"

Returns the value of attribute event_type.

Returns:

  • ("AVAILABILITY", "PERFORMANCE")


111
112
113
# File 'sig/types.rbs', line 111

def event_type
  @event_type
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


108
109
110
# File 'sig/types.rbs', line 108

def started_at
  @started_at
end