Class: Aws::EC2::Types::TransitGatewayMeteringPolicy

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

Instance Attribute Details

#middlebox_attachment_idsArray<String>

The IDs of the middlebox attachments associated with the metering policy.

Returns:

  • (Array<String>)


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

#stateString

The state of the transit gateway metering policy.

Returns:

  • (String)


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

#tagsArray<Types::Tag>

The tags assigned to the transit gateway metering policy.

Returns:



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_idString

The ID of the transit gateway associated with the metering policy.

Returns:

  • (String)


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_idString

The ID of the transit gateway metering policy.

Returns:

  • (String)


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_atTime

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

Returns:

  • (Time)


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