Class: Aws::InternetMonitor::Types::GetMonitorInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::InternetMonitor::Types::GetMonitorInput
- Defined in:
- gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#linked_account_id ⇒ String
The account ID for an account that you've set up cross-account sharing for in Amazon CloudWatch Internet Monitor.
-
#monitor_name ⇒ String
The name of the monitor.
Instance Attribute Details
#linked_account_id ⇒ String
The account ID for an account that you've set up cross-account sharing for in Amazon CloudWatch Internet Monitor. You configure cross-account sharing by using Amazon CloudWatch Observability Access Manager. For more information, see Internet Monitor cross-account observability in the Amazon CloudWatch Internet Monitor User Guide.
569 570 571 572 573 574 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 569 class GetMonitorInput < Struct.new( :monitor_name, :linked_account_id) SENSITIVE = [] include Aws::Structure end |
#monitor_name ⇒ String
The name of the monitor.
569 570 571 572 573 574 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 569 class GetMonitorInput < Struct.new( :monitor_name, :linked_account_id) SENSITIVE = [] include Aws::Structure end |