Class: Aws::EC2::Types::TransitGatewayPolicyTable

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes a transit gateway policy table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The timestamp when the transit gateway policy table was created.

Returns:

  • (Time)


64389
64390
64391
64392
64393
64394
64395
64396
64397
# File 'lib/aws-sdk-ec2/types.rb', line 64389

class TransitGatewayPolicyTable < Struct.new(
  :transit_gateway_policy_table_id,
  :transit_gateway_id,
  :state,
  :creation_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the transit gateway policy table

Returns:

  • (String)


64389
64390
64391
64392
64393
64394
64395
64396
64397
# File 'lib/aws-sdk-ec2/types.rb', line 64389

class TransitGatewayPolicyTable < Struct.new(
  :transit_gateway_policy_table_id,
  :transit_gateway_id,
  :state,
  :creation_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

he key-value pairs associated with the transit gateway policy table.

Returns:



64389
64390
64391
64392
64393
64394
64395
64396
64397
# File 'lib/aws-sdk-ec2/types.rb', line 64389

class TransitGatewayPolicyTable < Struct.new(
  :transit_gateway_policy_table_id,
  :transit_gateway_id,
  :state,
  :creation_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#transit_gateway_idString

The ID of the transit gateway.

Returns:

  • (String)


64389
64390
64391
64392
64393
64394
64395
64396
64397
# File 'lib/aws-sdk-ec2/types.rb', line 64389

class TransitGatewayPolicyTable < Struct.new(
  :transit_gateway_policy_table_id,
  :transit_gateway_id,
  :state,
  :creation_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#transit_gateway_policy_table_idString

The ID of the transit gateway policy table.

Returns:

  • (String)


64389
64390
64391
64392
64393
64394
64395
64396
64397
# File 'lib/aws-sdk-ec2/types.rb', line 64389

class TransitGatewayPolicyTable < Struct.new(
  :transit_gateway_policy_table_id,
  :transit_gateway_id,
  :state,
  :creation_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end