Class: Aws::NetworkFlowMonitor::Types::UpdateMonitorOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFlowMonitor::Types::UpdateMonitorOutput
- Defined in:
- gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The date and time when the monitor was created.
-
#local_resources ⇒ Array<Types::MonitorLocalResource>
The local resources to monitor.
-
#modified_at ⇒ Time
The last date and time that the monitor was modified.
-
#monitor_arn ⇒ String
The Amazon Resource Name (ARN) of the monitor.
-
#monitor_name ⇒ String
The name of the monitor.
-
#monitor_status ⇒ String
The status of a monitor.
-
#remote_resources ⇒ Array<Types::MonitorRemoteResource>
The remote resources updated for a monitor, as an array of resources with identifiers and types.
-
#tags ⇒ Hash<String,String>
The tags for a monitor.
Instance Attribute Details
#created_at ⇒ Time
The date and time when the monitor was created.
1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1769 class UpdateMonitorOutput < Struct.new( :monitor_arn, :monitor_name, :monitor_status, :local_resources, :remote_resources, :created_at, :modified_at, :tags) SENSITIVE = [] include Aws::Structure end |
#local_resources ⇒ Array<Types::MonitorLocalResource>
The local resources to monitor. A local resource in a workload is the location of hosts where the Network Flow Monitor agent is installed.
1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1769 class UpdateMonitorOutput < Struct.new( :monitor_arn, :monitor_name, :monitor_status, :local_resources, :remote_resources, :created_at, :modified_at, :tags) SENSITIVE = [] include Aws::Structure end |
#modified_at ⇒ Time
The last date and time that the monitor was modified.
1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1769 class UpdateMonitorOutput < Struct.new( :monitor_arn, :monitor_name, :monitor_status, :local_resources, :remote_resources, :created_at, :modified_at, :tags) SENSITIVE = [] include Aws::Structure end |
#monitor_arn ⇒ String
The Amazon Resource Name (ARN) of the monitor.
1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1769 class UpdateMonitorOutput < Struct.new( :monitor_arn, :monitor_name, :monitor_status, :local_resources, :remote_resources, :created_at, :modified_at, :tags) SENSITIVE = [] include Aws::Structure end |
#monitor_name ⇒ String
The name of the monitor.
1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1769 class UpdateMonitorOutput < Struct.new( :monitor_arn, :monitor_name, :monitor_status, :local_resources, :remote_resources, :created_at, :modified_at, :tags) SENSITIVE = [] include Aws::Structure end |
#monitor_status ⇒ String
The status of a monitor. The status can be one of the following
PENDING: The monitor is in the process of being created.ACTIVE: The monitor is active.INACTIVE: The monitor is inactive.ERROR: Monitor creation failed due to an error.DELETING: The monitor is in the process of being deleted.
1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1769 class UpdateMonitorOutput < Struct.new( :monitor_arn, :monitor_name, :monitor_status, :local_resources, :remote_resources, :created_at, :modified_at, :tags) SENSITIVE = [] include Aws::Structure end |
#remote_resources ⇒ Array<Types::MonitorRemoteResource>
The remote resources updated for a monitor, as an array of resources with identifiers and types.
A remote resource is the other endpoint specified for the network flow of a workload, with a local resource. For example, Amazon Dynamo DB can be a remote resource.
1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1769 class UpdateMonitorOutput < Struct.new( :monitor_arn, :monitor_name, :monitor_status, :local_resources, :remote_resources, :created_at, :modified_at, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags for a monitor.
1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1769 class UpdateMonitorOutput < Struct.new( :monitor_arn, :monitor_name, :monitor_status, :local_resources, :remote_resources, :created_at, :modified_at, :tags) SENSITIVE = [] include Aws::Structure end |