Class: Aws::EC2::Types::TransitGatewayRouteTable

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

Overview

Describes a transit gateway route table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time ⇒ Time

The creation time.

Returns:

  • (Time)


88397
88398
88399
88400
88401
88402
88403
88404
88405
88406
88407
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 88397

class TransitGatewayRouteTable < Struct.new(
  :transit_gateway_route_table_id,
  :transit_gateway_id,
  :state,
  :default_association_route_table,
  :default_propagation_route_table,
  :creation_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#default_association_route_table ⇒ Boolean

Indicates whether this is the default association route table for the transit gateway.

Returns:

  • (Boolean)


88397
88398
88399
88400
88401
88402
88403
88404
88405
88406
88407
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 88397

class TransitGatewayRouteTable < Struct.new(
  :transit_gateway_route_table_id,
  :transit_gateway_id,
  :state,
  :default_association_route_table,
  :default_propagation_route_table,
  :creation_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#default_propagation_route_table ⇒ Boolean

Indicates whether this is the default propagation route table for the transit gateway.

Returns:

  • (Boolean)


88397
88398
88399
88400
88401
88402
88403
88404
88405
88406
88407
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 88397

class TransitGatewayRouteTable < Struct.new(
  :transit_gateway_route_table_id,
  :transit_gateway_id,
  :state,
  :default_association_route_table,
  :default_propagation_route_table,
  :creation_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#state ⇒ String

The state of the transit gateway route table.

Returns:

  • (String)


88397
88398
88399
88400
88401
88402
88403
88404
88405
88406
88407
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 88397

class TransitGatewayRouteTable < Struct.new(
  :transit_gateway_route_table_id,
  :transit_gateway_id,
  :state,
  :default_association_route_table,
  :default_propagation_route_table,
  :creation_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tags ⇒ Array<Types::Tag>

Any tags assigned to the route table.

Returns:



88397
88398
88399
88400
88401
88402
88403
88404
88405
88406
88407
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 88397

class TransitGatewayRouteTable < Struct.new(
  :transit_gateway_route_table_id,
  :transit_gateway_id,
  :state,
  :default_association_route_table,
  :default_propagation_route_table,
  :creation_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#transit_gateway_id ⇒ String

The ID of the transit gateway.

Returns:

  • (String)


88397
88398
88399
88400
88401
88402
88403
88404
88405
88406
88407
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 88397

class TransitGatewayRouteTable < Struct.new(
  :transit_gateway_route_table_id,
  :transit_gateway_id,
  :state,
  :default_association_route_table,
  :default_propagation_route_table,
  :creation_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#transit_gateway_route_table_id ⇒ String

The ID of the transit gateway route table.

Returns:

  • (String)


88397
88398
88399
88400
88401
88402
88403
88404
88405
88406
88407
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 88397

class TransitGatewayRouteTable < Struct.new(
  :transit_gateway_route_table_id,
  :transit_gateway_id,
  :state,
  :default_association_route_table,
  :default_propagation_route_table,
  :creation_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end