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