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

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

Overview

Describes the type of service for a VPC endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_typeString

The type of service.

Returns:

  • (String)


60726
60727
60728
60729
60730
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60726

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