Class: Aws::EC2::Types::TransitGatewayMeteringPolicyEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::TransitGatewayMeteringPolicyEntry
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes an entry in a transit gateway metering policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metered_account ⇒ String
The Amazon Web Services account ID to which the metered traffic is attributed.
-
#metering_policy_rule ⇒ Types::TransitGatewayMeteringPolicyRule
The metering policy rule that defines traffic matching criteria.
-
#policy_rule_number ⇒ String
The rule number of the metering policy entry.
-
#state ⇒ String
The state of the metering policy entry.
-
#update_effective_at ⇒ Time
The date and time when the metering policy entry update becomes effective.
-
#updated_at ⇒ Time
The date and time when the metering policy entry was last updated.
Instance Attribute Details
#metered_account ⇒ String
The Amazon Web Services account ID to which the metered traffic is attributed.
79848 79849 79850 79851 79852 79853 79854 79855 79856 79857 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 79848 class TransitGatewayMeteringPolicyEntry < Struct.new( :policy_rule_number, :metered_account, :state, :updated_at, :update_effective_at, :metering_policy_rule) SENSITIVE = [] include Aws::Structure end |
#metering_policy_rule ⇒ Types::TransitGatewayMeteringPolicyRule
The metering policy rule that defines traffic matching criteria.
79848 79849 79850 79851 79852 79853 79854 79855 79856 79857 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 79848 class TransitGatewayMeteringPolicyEntry < Struct.new( :policy_rule_number, :metered_account, :state, :updated_at, :update_effective_at, :metering_policy_rule) SENSITIVE = [] include Aws::Structure end |
#policy_rule_number ⇒ String
The rule number of the metering policy entry.
79848 79849 79850 79851 79852 79853 79854 79855 79856 79857 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 79848 class TransitGatewayMeteringPolicyEntry < Struct.new( :policy_rule_number, :metered_account, :state, :updated_at, :update_effective_at, :metering_policy_rule) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the metering policy entry.
79848 79849 79850 79851 79852 79853 79854 79855 79856 79857 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 79848 class TransitGatewayMeteringPolicyEntry < Struct.new( :policy_rule_number, :metered_account, :state, :updated_at, :update_effective_at, :metering_policy_rule) SENSITIVE = [] include Aws::Structure end |
#update_effective_at ⇒ Time
The date and time when the metering policy entry update becomes effective.
79848 79849 79850 79851 79852 79853 79854 79855 79856 79857 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 79848 class TransitGatewayMeteringPolicyEntry < Struct.new( :policy_rule_number, :metered_account, :state, :updated_at, :update_effective_at, :metering_policy_rule) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time when the metering policy entry was last updated.
79848 79849 79850 79851 79852 79853 79854 79855 79856 79857 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 79848 class TransitGatewayMeteringPolicyEntry < Struct.new( :policy_rule_number, :metered_account, :state, :updated_at, :update_effective_at, :metering_policy_rule) SENSITIVE = [] include Aws::Structure end |