Class: Aws::EC2::Types::TransitGatewayMeteringPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::TransitGatewayMeteringPolicy
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes a transit gateway metering policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#middlebox_attachment_ids ⇒ Array<String>
The IDs of the middlebox attachments associated with the metering policy.
-
#state ⇒ String
The state of the transit gateway metering policy.
-
#tags ⇒ Array<Types::Tag>
The tags assigned to the transit gateway metering policy.
-
#transit_gateway_id ⇒ String
The ID of the transit gateway associated with the metering policy.
-
#transit_gateway_metering_policy_id ⇒ String
The ID of the transit gateway metering policy.
-
#update_effective_at ⇒ Time
The date and time when the metering policy update becomes effective.
Instance Attribute Details
#middlebox_attachment_ids ⇒ Array<String>
The IDs of the middlebox attachments associated with the metering policy.
80228 80229 80230 80231 80232 80233 80234 80235 80236 80237 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 80228 class TransitGatewayMeteringPolicy < Struct.new( :transit_gateway_metering_policy_id, :transit_gateway_id, :middlebox_attachment_ids, :state, :update_effective_at, :tags) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the transit gateway metering policy.
80228 80229 80230 80231 80232 80233 80234 80235 80236 80237 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 80228 class TransitGatewayMeteringPolicy < Struct.new( :transit_gateway_metering_policy_id, :transit_gateway_id, :middlebox_attachment_ids, :state, :update_effective_at, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags assigned to the transit gateway metering policy.
80228 80229 80230 80231 80232 80233 80234 80235 80236 80237 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 80228 class TransitGatewayMeteringPolicy < Struct.new( :transit_gateway_metering_policy_id, :transit_gateway_id, :middlebox_attachment_ids, :state, :update_effective_at, :tags) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_id ⇒ String
The ID of the transit gateway associated with the metering policy.
80228 80229 80230 80231 80232 80233 80234 80235 80236 80237 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 80228 class TransitGatewayMeteringPolicy < Struct.new( :transit_gateway_metering_policy_id, :transit_gateway_id, :middlebox_attachment_ids, :state, :update_effective_at, :tags) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_metering_policy_id ⇒ String
The ID of the transit gateway metering policy.
80228 80229 80230 80231 80232 80233 80234 80235 80236 80237 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 80228 class TransitGatewayMeteringPolicy < Struct.new( :transit_gateway_metering_policy_id, :transit_gateway_id, :middlebox_attachment_ids, :state, :update_effective_at, :tags) SENSITIVE = [] include Aws::Structure end |
#update_effective_at ⇒ Time
The date and time when the metering policy update becomes effective.
80228 80229 80230 80231 80232 80233 80234 80235 80236 80237 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 80228 class TransitGatewayMeteringPolicy < Struct.new( :transit_gateway_metering_policy_id, :transit_gateway_id, :middlebox_attachment_ids, :state, :update_effective_at, :tags) SENSITIVE = [] include Aws::Structure end |