Class: Aws::EC2::Types::DescribeTransitGatewayMeteringPoliciesResult

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

#next_tokenString

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


32533
32534
32535
32536
32537
32538
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32533

class DescribeTransitGatewayMeteringPoliciesResult < Struct.new(
  :transit_gateway_metering_policies,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#transit_gateway_metering_policiesArray<Types::TransitGatewayMeteringPolicy>

Information about the transit gateway metering policies.



32533
32534
32535
32536
32537
32538
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32533

class DescribeTransitGatewayMeteringPoliciesResult < Struct.new(
  :transit_gateway_metering_policies,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end