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.
79981 79982 79983 79984 79985 79986 79987 79988 79989 79990 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 79981 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.
79981 79982 79983 79984 79985 79986 79987 79988 79989 79990 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 79981 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.
79981 79982 79983 79984 79985 79986 79987 79988 79989 79990 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 79981 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.
79981 79982 79983 79984 79985 79986 79987 79988 79989 79990 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 79981 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.
79981 79982 79983 79984 79985 79986 79987 79988 79989 79990 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 79981 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.
79981 79982 79983 79984 79985 79986 79987 79988 79989 79990 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 79981 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 |