Class: Aws::EC2::Types::ServiceTypeDetail

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes the type of service for a VPC endpoint.

Instance Attribute Summary collapse

Instance Attribute Details

#service_typeString

The type of service.

Returns:

  • (String)


33605
33606
33607
33608
# File 'lib/aws-sdk-ec2/types.rb', line 33605

class ServiceTypeDetail < Struct.new(
  :service_type)
  include Aws::Structure
end