Class: Aws::EC2::Types::ModifyVpcEndpointServiceConfigurationResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#returnBoolean

Returns ‘true` if the request succeeds; otherwise, it returns an error.

Returns:

  • (Boolean)


54672
54673
54674
54675
54676
# File 'lib/aws-sdk-ec2/types.rb', line 54672

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