Class: Aws::EC2::Types::ModifyClientVpnEndpointResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifyClientVpnEndpointResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#return ⇒ Boolean
Returns ‘true` if the request succeeds; otherwise, it returns an error.
Instance Attribute Details
#return ⇒ Boolean
Returns ‘true` if the request succeeds; otherwise, it returns an error.
50529 50530 50531 50532 50533 |
# File 'lib/aws-sdk-ec2/types.rb', line 50529 class ModifyClientVpnEndpointResult < Struct.new( :return) SENSITIVE = [] include Aws::Structure end |