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.



20672
20673
20674
20675
20676
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 20672

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