Class: Aws::EC2::Types::DisableAwsNetworkPerformanceMetricSubscriptionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DisableAwsNetworkPerformanceMetricSubscriptionResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#output ⇒ Boolean
Indicates whether the unsubscribe action was successful.
Instance Attribute Details
#output ⇒ Boolean
Indicates whether the unsubscribe action was successful.
30872 30873 30874 30875 30876 |
# File 'lib/aws-sdk-ec2/types.rb', line 30872 class DisableAwsNetworkPerformanceMetricSubscriptionResult < Struct.new( :output) SENSITIVE = [] include Aws::Structure end |