Module: Aws::NetworkFlowMonitor::Client::_CreateMonitorResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateMonitorOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #local_resources ⇒ ::Array[Types::MonitorLocalResource]
- #modified_at ⇒ ::Time
- #monitor_arn ⇒ ::String
- #monitor_name ⇒ ::String
- #monitor_status ⇒ "PENDING", ...
- #remote_resources ⇒ ::Array[Types::MonitorRemoteResource]
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#created_at ⇒ ::Time
88 |
# File 'sig/client.rbs', line 88
def created_at: () -> ::Time
|
#local_resources ⇒ ::Array[Types::MonitorLocalResource]
86 |
# File 'sig/client.rbs', line 86
def local_resources: () -> ::Array[Types::MonitorLocalResource]
|
#modified_at ⇒ ::Time
89 |
# File 'sig/client.rbs', line 89
def modified_at: () -> ::Time
|
#monitor_arn ⇒ ::String
83 |
# File 'sig/client.rbs', line 83
def monitor_arn: () -> ::String
|
#monitor_name ⇒ ::String
84 |
# File 'sig/client.rbs', line 84
def monitor_name: () -> ::String
|
#monitor_status ⇒ "PENDING", ...
85 |
# File 'sig/client.rbs', line 85
def monitor_status: () -> ("PENDING" | "ACTIVE" | "INACTIVE" | "ERROR" | "DELETING")
|
#remote_resources ⇒ ::Array[Types::MonitorRemoteResource]
87 |
# File 'sig/client.rbs', line 87
def remote_resources: () -> ::Array[Types::MonitorRemoteResource]
|
#tags ⇒ ::Hash[::String, ::String]
90 |
# File 'sig/client.rbs', line 90
def tags: () -> ::Hash[::String, ::String]
|