Class: Aws::EC2::Types::TransitGatewayPropagation

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

Overview

Describes route propagation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

The ID of the resource.

Returns:

  • (String)


64550
64551
64552
64553
64554
64555
64556
64557
64558
64559
# File 'lib/aws-sdk-ec2/types.rb', line 64550

class TransitGatewayPropagation < Struct.new(
  :transit_gateway_attachment_id,
  :resource_id,
  :resource_type,
  :transit_gateway_route_table_id,
  :state,
  :transit_gateway_route_table_announcement_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The resource type. Note that the ‘tgw-peering` resource type has been deprecated.

Returns:

  • (String)


64550
64551
64552
64553
64554
64555
64556
64557
64558
64559
# File 'lib/aws-sdk-ec2/types.rb', line 64550

class TransitGatewayPropagation < Struct.new(
  :transit_gateway_attachment_id,
  :resource_id,
  :resource_type,
  :transit_gateway_route_table_id,
  :state,
  :transit_gateway_route_table_announcement_id)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state.

Returns:

  • (String)


64550
64551
64552
64553
64554
64555
64556
64557
64558
64559
# File 'lib/aws-sdk-ec2/types.rb', line 64550

class TransitGatewayPropagation < Struct.new(
  :transit_gateway_attachment_id,
  :resource_id,
  :resource_type,
  :transit_gateway_route_table_id,
  :state,
  :transit_gateway_route_table_announcement_id)
  SENSITIVE = []
  include Aws::Structure
end

#transit_gateway_attachment_idString

The ID of the attachment.

Returns:

  • (String)


64550
64551
64552
64553
64554
64555
64556
64557
64558
64559
# File 'lib/aws-sdk-ec2/types.rb', line 64550

class TransitGatewayPropagation < Struct.new(
  :transit_gateway_attachment_id,
  :resource_id,
  :resource_type,
  :transit_gateway_route_table_id,
  :state,
  :transit_gateway_route_table_announcement_id)
  SENSITIVE = []
  include Aws::Structure
end

#transit_gateway_route_table_announcement_idString

The ID of the transit gateway route table announcement.

Returns:

  • (String)


64550
64551
64552
64553
64554
64555
64556
64557
64558
64559
# File 'lib/aws-sdk-ec2/types.rb', line 64550

class TransitGatewayPropagation < Struct.new(
  :transit_gateway_attachment_id,
  :resource_id,
  :resource_type,
  :transit_gateway_route_table_id,
  :state,
  :transit_gateway_route_table_announcement_id)
  SENSITIVE = []
  include Aws::Structure
end

#transit_gateway_route_table_idString

The ID of the transit gateway route table.

Returns:

  • (String)


64550
64551
64552
64553
64554
64555
64556
64557
64558
64559
# File 'lib/aws-sdk-ec2/types.rb', line 64550

class TransitGatewayPropagation < Struct.new(
  :transit_gateway_attachment_id,
  :resource_id,
  :resource_type,
  :transit_gateway_route_table_id,
  :state,
  :transit_gateway_route_table_announcement_id)
  SENSITIVE = []
  include Aws::Structure
end