Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::NetworkFlowMonitor::Types::GetMonitorOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date and time when the monitor was created.

Returns:

  • (Time)

301
302
303
304
305
306
307
308
309
310
311
312
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 301

class GetMonitorOutput < Struct.new(
  :monitor_arn,
  :monitor_name,
  :monitor_status,
  :local_resources,
  :remote_resources,
  :created_at,
  :modified_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#local_resourcesArray<Types::MonitorLocalResource>

The local resources for this monitor.

Returns:


301
302
303
304
305
306
307
308
309
310
311
312
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 301

class GetMonitorOutput < Struct.new(
  :monitor_arn,
  :monitor_name,
  :monitor_status,
  :local_resources,
  :remote_resources,
  :created_at,
  :modified_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#modified_atTime

The date and time when the monitor was last modified.

Returns:

  • (Time)

301
302
303
304
305
306
307
308
309
310
311
312
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 301

class GetMonitorOutput < Struct.new(
  :monitor_arn,
  :monitor_name,
  :monitor_status,
  :local_resources,
  :remote_resources,
  :created_at,
  :modified_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#monitor_arnString

The Amazon Resource Name (ARN) of the monitor.

Returns:

  • (String)

301
302
303
304
305
306
307
308
309
310
311
312
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 301

class GetMonitorOutput < Struct.new(
  :monitor_arn,
  :monitor_name,
  :monitor_status,
  :local_resources,
  :remote_resources,
  :created_at,
  :modified_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#monitor_nameString

The name of the monitor.

Returns:

  • (String)

301
302
303
304
305
306
307
308
309
310
311
312
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 301

class GetMonitorOutput < Struct.new(
  :monitor_arn,
  :monitor_name,
  :monitor_status,
  :local_resources,
  :remote_resources,
  :created_at,
  :modified_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#monitor_statusString

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.

Returns:

  • (String)

301
302
303
304
305
306
307
308
309
310
311
312
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 301

class GetMonitorOutput < Struct.new(
  :monitor_arn,
  :monitor_name,
  :monitor_status,
  :local_resources,
  :remote_resources,
  :created_at,
  :modified_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#remote_resourcesArray<Types::MonitorRemoteResource>

The remote resources for this monitor.

Returns:


301
302
303
304
305
306
307
308
309
310
311
312
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 301

class GetMonitorOutput < Struct.new(
  :monitor_arn,
  :monitor_name,
  :monitor_status,
  :local_resources,
  :remote_resources,
  :created_at,
  :modified_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags for a monitor.

Returns:

  • (Hash<String,String>)

301
302
303
304
305
306
307
308
309
310
311
312
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 301

class GetMonitorOutput < Struct.new(
  :monitor_arn,
  :monitor_name,
  :monitor_status,
  :local_resources,
  :remote_resources,
  :created_at,
  :modified_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end