Class: Aws::EC2::Types::TransitGatewayMeteringPolicyEntry

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#metered_accountString

The Amazon Web Services account ID to which the metered traffic is attributed.

Returns:

  • (String)


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_ruleTypes::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_numberString

The rule number of the metering policy entry.

Returns:

  • (String)


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

#stateString

The state of the metering policy entry.

Returns:

  • (String)


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_atTime

The date and time when the metering policy entry update becomes effective.

Returns:

  • (Time)


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_atTime

The date and time when the metering policy entry was last updated.

Returns:

  • (Time)


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