Class: Aws::EC2::Types::DescribeVpcAttributeResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DescribeVpcAttributeResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #enable_dns_hostnames  ⇒ Types::AttributeBooleanValue 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether the instances launched in the VPC get DNS hostnames.
 - 
  
    
      #enable_dns_support  ⇒ Types::AttributeBooleanValue 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether DNS resolution is enabled for the VPC.
 - 
  
    
      #enable_network_address_usage_metrics  ⇒ Types::AttributeBooleanValue 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether Network Address Usage metrics are enabled for your VPC.
 - 
  
    
      #vpc_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the VPC.
 
Instance Attribute Details
#enable_dns_hostnames ⇒ Types::AttributeBooleanValue
Indicates whether the instances launched in the VPC get DNS hostnames. If this attribute is ‘true`, instances in the VPC get DNS hostnames; otherwise, they do not.
      29451 29452 29453 29454 29455 29456 29457 29458  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 29451 class DescribeVpcAttributeResult < Struct.new( :enable_dns_hostnames, :enable_dns_support, :enable_network_address_usage_metrics, :vpc_id) SENSITIVE = [] include Aws::Structure end  | 
  
#enable_dns_support ⇒ Types::AttributeBooleanValue
Indicates whether DNS resolution is enabled for the VPC. If this attribute is ‘true`, the Amazon DNS server resolves DNS hostnames for your instances to their corresponding IP addresses; otherwise, it does not.
      29451 29452 29453 29454 29455 29456 29457 29458  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 29451 class DescribeVpcAttributeResult < Struct.new( :enable_dns_hostnames, :enable_dns_support, :enable_network_address_usage_metrics, :vpc_id) SENSITIVE = [] include Aws::Structure end  | 
  
#enable_network_address_usage_metrics ⇒ Types::AttributeBooleanValue
Indicates whether Network Address Usage metrics are enabled for your VPC.
      29451 29452 29453 29454 29455 29456 29457 29458  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 29451 class DescribeVpcAttributeResult < Struct.new( :enable_dns_hostnames, :enable_dns_support, :enable_network_address_usage_metrics, :vpc_id) SENSITIVE = [] include Aws::Structure end  | 
  
#vpc_id ⇒ String
The ID of the VPC.
      29451 29452 29453 29454 29455 29456 29457 29458  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 29451 class DescribeVpcAttributeResult < Struct.new( :enable_dns_hostnames, :enable_dns_support, :enable_network_address_usage_metrics, :vpc_id) SENSITIVE = [] include Aws::Structure end  |