Class: Aws::EC2::Types::TransitGatewayPrefixListAttachment
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::TransitGatewayPrefixListAttachment
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes a transit gateway prefix list attachment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_id ⇒ String
The ID of the resource.
-
#resource_type ⇒ String
The resource type.
-
#transit_gateway_attachment_id ⇒ String
The ID of the attachment.
Instance Attribute Details
#resource_id ⇒ String
The ID of the resource.
69917 69918 69919 69920 69921 69922 69923 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69917 class TransitGatewayPrefixListAttachment < Struct.new( :transit_gateway_attachment_id, :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type. Note that the tgw-peering
resource type has
been deprecated.
69917 69918 69919 69920 69921 69922 69923 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69917 class TransitGatewayPrefixListAttachment < Struct.new( :transit_gateway_attachment_id, :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_attachment_id ⇒ String
The ID of the attachment.
69917 69918 69919 69920 69921 69922 69923 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69917 class TransitGatewayPrefixListAttachment < Struct.new( :transit_gateway_attachment_id, :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |