Module: Aws::InternetMonitor::Client::_GetInternetEventResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetInternetEventOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #client_location ⇒ Types::ClientLocation
- #ended_at ⇒ ::Time
- #event_arn ⇒ ::String
- #event_id ⇒ ::String
- #event_status ⇒ "ACTIVE", "RESOLVED"
- #event_type ⇒ "AVAILABILITY", "PERFORMANCE"
- #started_at ⇒ ::Time
Instance Method Details
#client_location ⇒ Types::ClientLocation
142 |
# File 'sig/client.rbs', line 142
def client_location: () -> Types::ClientLocation
|
#ended_at ⇒ ::Time
141 |
# File 'sig/client.rbs', line 141
def ended_at: () -> ::Time
|
#event_arn ⇒ ::String
139 |
# File 'sig/client.rbs', line 139
def event_arn: () -> ::String
|
#event_id ⇒ ::String
138 |
# File 'sig/client.rbs', line 138
def event_id: () -> ::String
|
#event_status ⇒ "ACTIVE", "RESOLVED"
144 |
# File 'sig/client.rbs', line 144
def event_status: () -> ("ACTIVE" | "RESOLVED")
|
#event_type ⇒ "AVAILABILITY", "PERFORMANCE"
143 |
# File 'sig/client.rbs', line 143
def event_type: () -> ("AVAILABILITY" | "PERFORMANCE")
|
#started_at ⇒ ::Time
140 |
# File 'sig/client.rbs', line 140
def started_at: () -> ::Time
|