Class: Aws::ApiGatewayV2::Types::CreateVpcLinkResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ApiGatewayV2::Types::CreateVpcLinkResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-apigatewayv2/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #created_date ⇒ Time
 - 
  
    
      #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.
 - 
  
    
      #vpc_link_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier.
 - 
  
    
      #vpc_link_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the VPC link.
 - 
  
    
      #vpc_link_status_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A string with a length between [0-1024].
 - 
  
    
      #vpc_link_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the VPC link.
 
Instance Attribute Details
#created_date ⇒ Time
      2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733  | 
    
      # File 'lib/aws-sdk-apigatewayv2/types.rb', line 2721 class CreateVpcLinkResponse < Struct.new( :created_date, :name, :security_group_ids, :subnet_ids, :tags, :vpc_link_id, :vpc_link_status, :vpc_link_status_message, :vpc_link_version) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
A string with a length between [1-128].
      2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733  | 
    
      # File 'lib/aws-sdk-apigatewayv2/types.rb', line 2721 class CreateVpcLinkResponse < Struct.new( :created_date, :name, :security_group_ids, :subnet_ids, :tags, :vpc_link_id, :vpc_link_status, :vpc_link_status_message, :vpc_link_version) SENSITIVE = [] include Aws::Structure end  | 
  
#security_group_ids ⇒ Array<String>
A list of security group IDs for the VPC link.
      2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733  | 
    
      # File 'lib/aws-sdk-apigatewayv2/types.rb', line 2721 class CreateVpcLinkResponse < Struct.new( :created_date, :name, :security_group_ids, :subnet_ids, :tags, :vpc_link_id, :vpc_link_status, :vpc_link_status_message, :vpc_link_version) SENSITIVE = [] include Aws::Structure end  | 
  
#subnet_ids ⇒ Array<String>
A list of subnet IDs to include in the VPC link.
      2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733  | 
    
      # File 'lib/aws-sdk-apigatewayv2/types.rb', line 2721 class CreateVpcLinkResponse < Struct.new( :created_date, :name, :security_group_ids, :subnet_ids, :tags, :vpc_link_id, :vpc_link_status, :vpc_link_status_message, :vpc_link_version) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
Represents a collection of tags associated with the resource.
      2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733  | 
    
      # File 'lib/aws-sdk-apigatewayv2/types.rb', line 2721 class CreateVpcLinkResponse < Struct.new( :created_date, :name, :security_group_ids, :subnet_ids, :tags, :vpc_link_id, :vpc_link_status, :vpc_link_status_message, :vpc_link_version) SENSITIVE = [] include Aws::Structure end  | 
  
#vpc_link_id ⇒ String
The identifier.
      2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733  | 
    
      # File 'lib/aws-sdk-apigatewayv2/types.rb', line 2721 class CreateVpcLinkResponse < Struct.new( :created_date, :name, :security_group_ids, :subnet_ids, :tags, :vpc_link_id, :vpc_link_status, :vpc_link_status_message, :vpc_link_version) SENSITIVE = [] include Aws::Structure end  | 
  
#vpc_link_status ⇒ String
The status of the VPC link.
      2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733  | 
    
      # File 'lib/aws-sdk-apigatewayv2/types.rb', line 2721 class CreateVpcLinkResponse < Struct.new( :created_date, :name, :security_group_ids, :subnet_ids, :tags, :vpc_link_id, :vpc_link_status, :vpc_link_status_message, :vpc_link_version) SENSITIVE = [] include Aws::Structure end  | 
  
#vpc_link_status_message ⇒ String
A string with a length between [0-1024].
      2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733  | 
    
      # File 'lib/aws-sdk-apigatewayv2/types.rb', line 2721 class CreateVpcLinkResponse < Struct.new( :created_date, :name, :security_group_ids, :subnet_ids, :tags, :vpc_link_id, :vpc_link_status, :vpc_link_status_message, :vpc_link_version) SENSITIVE = [] include Aws::Structure end  | 
  
#vpc_link_version ⇒ String
The version of the VPC link.
      2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733  | 
    
      # File 'lib/aws-sdk-apigatewayv2/types.rb', line 2721 class CreateVpcLinkResponse < Struct.new( :created_date, :name, :security_group_ids, :subnet_ids, :tags, :vpc_link_id, :vpc_link_status, :vpc_link_status_message, :vpc_link_version) SENSITIVE = [] include Aws::Structure end  |