Class: Aws::Types::InternetEventSummary
- Inherits:
-
Object
- Object
- Aws::Types::InternetEventSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_location ⇒ Types::ClientLocation
Returns the value of attribute client_location.
-
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
-
#event_arn ⇒ ::String
Returns the value of attribute event_arn.
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
-
#event_status ⇒ "ACTIVE", "RESOLVED"
Returns the value of attribute event_status.
-
#event_type ⇒ "AVAILABILITY", "PERFORMANCE"
Returns the value of attribute event_type.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
Instance Attribute Details
#client_location ⇒ Types::ClientLocation
Returns the value of attribute client_location.
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.
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.
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.
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.
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.
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.
220 221 222 |
# File 'sig/types.rbs', line 220 def started_at @started_at end |