Class: Aws::EC2::Types::EnableAwsNetworkPerformanceMetricSubscriptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::EnableAwsNetworkPerformanceMetricSubscriptionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination ⇒ String
The target Region (like ‘us-east-2`) or Availability Zone ID (like `use2-az2`) that the metric subscription is enabled for.
-
#dry_run ⇒ Boolean
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
-
#metric ⇒ String
The metric used for the enabled subscription.
-
#source ⇒ String
The source Region (like ‘us-east-1`) or Availability Zone ID (like `use1-az1`) that the metric subscription is enabled for.
-
#statistic ⇒ String
The statistic used for the enabled subscription.
Instance Attribute Details
#destination ⇒ String
The target Region (like ‘us-east-2`) or Availability Zone ID (like `use2-az2`) that the metric subscription is enabled for. If you use Availability Zone IDs, the Source and Destination Availability Zones must be in the same Region.
33281 33282 33283 33284 33285 33286 33287 33288 33289 |
# File 'lib/aws-sdk-ec2/types.rb', line 33281 class EnableAwsNetworkPerformanceMetricSubscriptionRequest < Struct.new( :source, :destination, :metric, :statistic, :dry_run) SENSITIVE = [] include Aws::Structure end |
#dry_run ⇒ Boolean
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is ‘DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
33281 33282 33283 33284 33285 33286 33287 33288 33289 |
# File 'lib/aws-sdk-ec2/types.rb', line 33281 class EnableAwsNetworkPerformanceMetricSubscriptionRequest < Struct.new( :source, :destination, :metric, :statistic, :dry_run) SENSITIVE = [] include Aws::Structure end |
#metric ⇒ String
The metric used for the enabled subscription.
33281 33282 33283 33284 33285 33286 33287 33288 33289 |
# File 'lib/aws-sdk-ec2/types.rb', line 33281 class EnableAwsNetworkPerformanceMetricSubscriptionRequest < Struct.new( :source, :destination, :metric, :statistic, :dry_run) SENSITIVE = [] include Aws::Structure end |
#source ⇒ String
The source Region (like ‘us-east-1`) or Availability Zone ID (like `use1-az1`) that the metric subscription is enabled for. If you use Availability Zone IDs, the Source and Destination Availability Zones must be in the same Region.
33281 33282 33283 33284 33285 33286 33287 33288 33289 |
# File 'lib/aws-sdk-ec2/types.rb', line 33281 class EnableAwsNetworkPerformanceMetricSubscriptionRequest < Struct.new( :source, :destination, :metric, :statistic, :dry_run) SENSITIVE = [] include Aws::Structure end |
#statistic ⇒ String
The statistic used for the enabled subscription.
33281 33282 33283 33284 33285 33286 33287 33288 33289 |
# File 'lib/aws-sdk-ec2/types.rb', line 33281 class EnableAwsNetworkPerformanceMetricSubscriptionRequest < Struct.new( :source, :destination, :metric, :statistic, :dry_run) SENSITIVE = [] include Aws::Structure end |