Module: Aws::NetworkFlowMonitor::Client::_GetScopeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetScopeOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #scope_arn ⇒ ::String
- #scope_id ⇒ ::String
- #status ⇒ "SUCCEEDED", ...
- #tags ⇒ ::Hash[::String, ::String]
- #targets ⇒ ::Array[Types::TargetResource]
Instance Method Details
#scope_arn ⇒ ::String
246 |
# File 'sig/client.rbs', line 246
def scope_arn: () -> ::String
|
#scope_id ⇒ ::String
244 |
# File 'sig/client.rbs', line 244
def scope_id: () -> ::String
|
#status ⇒ "SUCCEEDED", ...
245 |
# File 'sig/client.rbs', line 245
def status: () -> ("SUCCEEDED" | "IN_PROGRESS" | "FAILED" | "DEACTIVATING" | "DEACTIVATED")
|
#tags ⇒ ::Hash[::String, ::String]
248 |
# File 'sig/client.rbs', line 248
def tags: () -> ::Hash[::String, ::String]
|
#targets ⇒ ::Array[Types::TargetResource]
247 |
# File 'sig/client.rbs', line 247
def targets: () -> ::Array[Types::TargetResource]
|