Class: Aws::ApiGatewayV2::Types::CreateVpcLinkRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ApiGatewayV2::Types::CreateVpcLinkRequest
 
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A string with a length between [1-128]. 
- 
  
    
      #security_group_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of security group IDs for the VPC link. 
- 
  
    
      #subnet_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of subnet IDs to include in the VPC link. 
- 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Represents a collection of tags associated with the resource. 
Instance Attribute Details
#name ⇒ String
A string with a length between [1-128].
| 2761 2762 2763 2764 2765 2766 2767 2768 | # File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2761 class CreateVpcLinkRequest < Struct.new( :name, :security_group_ids, :subnet_ids, :tags) SENSITIVE = [] include Aws::Structure end | 
#security_group_ids ⇒ Array<String>
A list of security group IDs for the VPC link.
| 2761 2762 2763 2764 2765 2766 2767 2768 | # File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2761 class CreateVpcLinkRequest < Struct.new( :name, :security_group_ids, :subnet_ids, :tags) SENSITIVE = [] include Aws::Structure end | 
#subnet_ids ⇒ Array<String>
A list of subnet IDs to include in the VPC link.
| 2761 2762 2763 2764 2765 2766 2767 2768 | # File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2761 class CreateVpcLinkRequest < Struct.new( :name, :security_group_ids, :subnet_ids, :tags) SENSITIVE = [] include Aws::Structure end | 
#tags ⇒ Hash<String,String>
Represents a collection of tags associated with the resource.
| 2761 2762 2763 2764 2765 2766 2767 2768 | # File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2761 class CreateVpcLinkRequest < Struct.new( :name, :security_group_ids, :subnet_ids, :tags) SENSITIVE = [] include Aws::Structure end |