Class: Aws::EC2::Types::DeleteTransitGatewayMeteringPolicyEntryResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#transit_gateway_metering_policy_entryTypes::TransitGatewayMeteringPolicyEntry

Information about the deleted transit gateway metering policy entry.



19526
19527
19528
19529
19530
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 19526

class DeleteTransitGatewayMeteringPolicyEntryResult < Struct.new(
  :transit_gateway_metering_policy_entry)
  SENSITIVE = []
  include Aws::Structure
end