Class: Aws::EC2::Types::CreateTransitGatewayMeteringPolicyEntryResult

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_entry ⇒ Types::TransitGatewayMeteringPolicyEntry

Information about the created transit gateway metering policy entry.



16690
16691
16692
16693
16694
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 16690

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