Class: Aws::EC2::Types::GetTransitGatewayMeteringPolicyEntriesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::GetTransitGatewayMeteringPolicyEntriesResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
-
#transit_gateway_metering_policy_entries ⇒ Array<Types::TransitGatewayMeteringPolicyEntry>
Information about the transit gateway metering policy entries.
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is
null when there are no more results to return.
45259 45260 45261 45262 45263 45264 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45259 class GetTransitGatewayMeteringPolicyEntriesResult < Struct.new( :transit_gateway_metering_policy_entries, :next_token) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_metering_policy_entries ⇒ Array<Types::TransitGatewayMeteringPolicyEntry>
Information about the transit gateway metering policy entries.
45259 45260 45261 45262 45263 45264 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45259 class GetTransitGatewayMeteringPolicyEntriesResult < Struct.new( :transit_gateway_metering_policy_entries, :next_token) SENSITIVE = [] include Aws::Structure end |