Class: Aws::EC2::Types::DeleteTransitGatewayMeteringPolicyResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteTransitGatewayMeteringPolicyResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transit_gateway_metering_policy ⇒ Types::TransitGatewayMeteringPolicy
Information about the deleted transit gateway metering policy.
Instance Attribute Details
#transit_gateway_metering_policy ⇒ Types::TransitGatewayMeteringPolicy
Information about the deleted transit gateway metering policy.
19558 19559 19560 19561 19562 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 19558 class DeleteTransitGatewayMeteringPolicyResult < Struct.new( :transit_gateway_metering_policy) SENSITIVE = [] include Aws::Structure end |