Module: Aws::NetworkFlowMonitor::Client::_CreateScopeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateScopeOutput]
- 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
117 |
# File 'sig/client.rbs', line 117
def scope_arn: () -> ::String
|
#scope_id ⇒ ::String
115 |
# File 'sig/client.rbs', line 115
def scope_id: () -> ::String
|
#status ⇒ "SUCCEEDED", ...
116 |
# File 'sig/client.rbs', line 116
def status: () -> ("SUCCEEDED" | "IN_PROGRESS" | "FAILED" | "DEACTIVATING" | "DEACTIVATED")
|
#tags ⇒ ::Hash[::String, ::String]
118 |
# File 'sig/client.rbs', line 118
def tags: () -> ::Hash[::String, ::String]
|