Class: Aws::EC2::Types::EnableAwsNetworkPerformanceMetricSubscriptionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::EnableAwsNetworkPerformanceMetricSubscriptionResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#output ⇒ Boolean
Indicates whether the subscribe action was successful.
Instance Attribute Details
#output ⇒ Boolean
Indicates whether the subscribe action was successful.
35502 35503 35504 35505 35506 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35502 class EnableAwsNetworkPerformanceMetricSubscriptionResult < Struct.new( :output) SENSITIVE = [] include Aws::Structure end |