Class: Aws::EC2::Types::ModifyVpcEndpointServicePayerResponsibilityResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifyVpcEndpointServicePayerResponsibilityResult
- 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.
54493 54494 54495 54496 54497 |
# File 'lib/aws-sdk-ec2/types.rb', line 54493 class ModifyVpcEndpointServicePayerResponsibilityResult < Struct.new( :return_value) SENSITIVE = [] include Aws::Structure end |