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.
30915 30916 30917 30918 30919 |
# File 'lib/aws-sdk-ec2/types.rb', line 30915 class DisableAwsNetworkPerformanceMetricSubscriptionResult < Struct.new( :output) SENSITIVE = [] include Aws::Structure end |