Class: Aws::EC2::Types::ModifyTransitGatewayMeteringPolicyResult

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_policyTypes::TransitGatewayMeteringPolicy

Information about the modified transit gateway metering policy.



62150
62151
62152
62153
62154
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 62150

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