Class: Aws::EC2::Types::DeleteNetworkInterfacePermissionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteNetworkInterfacePermissionResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Contains the output for DeleteNetworkInterfacePermission.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#return ⇒ Boolean
Returns ‘true` if the request succeeds, otherwise returns an error.
Instance Attribute Details
#return ⇒ Boolean
Returns ‘true` if the request succeeds, otherwise returns an error.
16055 16056 16057 16058 16059 |
# File 'lib/aws-sdk-ec2/types.rb', line 16055 class DeleteNetworkInterfacePermissionResult < Struct.new( :return) SENSITIVE = [] include Aws::Structure end |