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

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

Overview

Describes route propagation.

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

The ID of the resource.

Returns:

  • (String)


36137
36138
36139
36140
36141
36142
36143
36144
# File 'lib/aws-sdk-ec2/types.rb', line 36137

class TransitGatewayPropagation < Struct.new(
  :transit_gateway_attachment_id,
  :resource_id,
  :resource_type,
  :transit_gateway_route_table_id,
  :state)
  include Aws::Structure
end

#resource_typeString

The resource type.

Returns:

  • (String)


36137
36138
36139
36140
36141
36142
36143
36144
# File 'lib/aws-sdk-ec2/types.rb', line 36137

class TransitGatewayPropagation < Struct.new(
  :transit_gateway_attachment_id,
  :resource_id,
  :resource_type,
  :transit_gateway_route_table_id,
  :state)
  include Aws::Structure
end

#stateString

The state.

Returns:

  • (String)


36137
36138
36139
36140
36141
36142
36143
36144
# File 'lib/aws-sdk-ec2/types.rb', line 36137

class TransitGatewayPropagation < Struct.new(
  :transit_gateway_attachment_id,
  :resource_id,
  :resource_type,
  :transit_gateway_route_table_id,
  :state)
  include Aws::Structure
end

#transit_gateway_attachment_idString

The ID of the attachment.

Returns:

  • (String)


36137
36138
36139
36140
36141
36142
36143
36144
# File 'lib/aws-sdk-ec2/types.rb', line 36137

class TransitGatewayPropagation < Struct.new(
  :transit_gateway_attachment_id,
  :resource_id,
  :resource_type,
  :transit_gateway_route_table_id,
  :state)
  include Aws::Structure
end

#transit_gateway_route_table_idString

The ID of the transit gateway route table.

Returns:

  • (String)


36137
36138
36139
36140
36141
36142
36143
36144
# File 'lib/aws-sdk-ec2/types.rb', line 36137

class TransitGatewayPropagation < Struct.new(
  :transit_gateway_attachment_id,
  :resource_id,
  :resource_type,
  :transit_gateway_route_table_id,
  :state)
  include Aws::Structure
end