Class: Aws::SecurityHub::Types::AwsEc2VpcEndpointServiceServiceTypeDetails
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SecurityHub::Types::AwsEc2VpcEndpointServiceServiceTypeDetails
 
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
The service type information for a VPC endpoint service.
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.
| 8899 8900 8901 8902 8903 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8899 class AwsEc2VpcEndpointServiceServiceTypeDetails < Struct.new( :service_type) SENSITIVE = [] include Aws::Structure end |