Class: Aws::SecurityHub::Types::AwsEc2VpcEndpointServiceServiceTypeDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2VpcEndpointServiceServiceTypeDetails
- Includes:
- Aws::Structure
- Defined in:
- 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.
9085 9086 9087 9088 9089 |
# File 'lib/aws-sdk-securityhub/types.rb', line 9085 class AwsEc2VpcEndpointServiceServiceTypeDetails < Struct.new( :service_type) SENSITIVE = [] include Aws::Structure end |