Class: Aws::EC2::Types::ServiceTypeDetail
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::ServiceTypeDetail
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the type of service for a VPC endpoint.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #service_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of service.
 
Instance Attribute Details
#service_type ⇒ String
The type of service.
      66030 66031 66032 66033 66034  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 66030 class ServiceTypeDetail < Struct.new( :service_type) SENSITIVE = [] include Aws::Structure end  |