Class: Aws::EC2::Types::AttachClassicLinkVpcResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AttachClassicLinkVpcResult
- 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.
2804 2805 2806 2807 2808 |
# File 'lib/aws-sdk-ec2/types.rb', line 2804 class AttachClassicLinkVpcResult < Struct.new( :return) SENSITIVE = [] include Aws::Structure end |