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>)


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

#stateString

The state of the transit gateway metering policy.

Returns:

  • (String)


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

#tagsArray<Types::Tag>

The tags assigned to the transit gateway metering policy.

Returns:



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_idString

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

Returns:

  • (String)


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_idString

The ID of the transit gateway metering policy.

Returns:

  • (String)


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_atTime

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

Returns:

  • (Time)


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