Class: Aws::SecurityHub::Types::AwsEc2VpcEndpointServiceServiceTypeDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#service_typeString

The type of service.

Returns:

  • (String)


8688
8689
8690
8691
8692
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8688

class AwsEc2VpcEndpointServiceServiceTypeDetails < Struct.new(
  :service_type)
  SENSITIVE = []
  include Aws::Structure
end