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.
79807 79808 79809 79810 79811 79812 79813 79814 79815 79816 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 79807 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.
79807 79808 79809 79810 79811 79812 79813 79814 79815 79816 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 79807 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.
79807 79808 79809 79810 79811 79812 79813 79814 79815 79816 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 79807 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.
79807 79808 79809 79810 79811 79812 79813 79814 79815 79816 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 79807 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.
79807 79808 79809 79810 79811 79812 79813 79814 79815 79816 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 79807 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.
79807 79808 79809 79810 79811 79812 79813 79814 79815 79816 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 79807 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 |