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_entryTypes::TransitGatewayMeteringPolicyEntry

Information about the created transit gateway metering policy entry.



14676
14677
14678
14679
14680
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 14676

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