Class: Aws::EC2::Types::ModifyVpcEndpointResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifyVpcEndpointResult
- 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.
65518 65519 65520 65521 65522 |
# File 'lib/aws-sdk-ec2/types.rb', line 65518 class ModifyVpcEndpointResult < Struct.new( :return) SENSITIVE = [] include Aws::Structure end |