Class: Aws::Types::GetInternetEventOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetInternetEventOutput
- 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.
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.
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.
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.
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.
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.
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.
108 109 110 |
# File 'sig/types.rbs', line 108 def started_at @started_at end |