Class: Aws::Types::InternetEventSummary

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.

Returns:



222
223
224
# File 'sig/types.rbs', line 222

def client_location
  @client_location
end

#ended_at::Time

Returns the value of attribute ended_at.

Returns:



221
222
223
# File 'sig/types.rbs', line 221

def ended_at
  @ended_at
end

#event_arn::String

Returns the value of attribute event_arn.

Returns:



219
220
221
# File 'sig/types.rbs', line 219

def event_arn
  @event_arn
end

#event_id::String

Returns the value of attribute event_id.

Returns:



218
219
220
# File 'sig/types.rbs', line 218

def event_id
  @event_id
end

#event_status"ACTIVE", "RESOLVED"

Returns the value of attribute event_status.

Returns:



224
225
226
# File 'sig/types.rbs', line 224

def event_status
  @event_status
end

#event_type"AVAILABILITY", "PERFORMANCE"

Returns the value of attribute event_type.

Returns:



223
224
225
# File 'sig/types.rbs', line 223

def event_type
  @event_type
end

#started_at::Time

Returns the value of attribute started_at.

Returns:



220
221
222
# File 'sig/types.rbs', line 220

def started_at
  @started_at
end