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