Module: Aws::NetworkFlowMonitor::Client::_UpdateScopeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateScopeOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #scope_arn ⇒ ::String
- #scope_id ⇒ ::String
- #status ⇒ "SUCCEEDED", ...
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#scope_arn ⇒ ::String
431 |
# File 'sig/client.rbs', line 431
def scope_arn: () -> ::String
|
#scope_id ⇒ ::String
429 |
# File 'sig/client.rbs', line 429
def scope_id: () -> ::String
|
#status ⇒ "SUCCEEDED", ...
430 |
# File 'sig/client.rbs', line 430
def status: () -> ("SUCCEEDED" | "IN_PROGRESS" | "FAILED" | "DEACTIVATING" | "DEACTIVATED")
|
#tags ⇒ ::Hash[::String, ::String]
432 |
# File 'sig/client.rbs', line 432
def tags: () -> ::Hash[::String, ::String]
|