Class: Aws::EC2::Types::CreateNetworkInterfacePermissionResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Contains the output of CreateNetworkInterfacePermission.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#interface_permissionTypes::NetworkInterfacePermission

Information about the permission for the network interface.



9786
9787
9788
9789
9790
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 9786

class CreateNetworkInterfacePermissionResult < Struct.new(
  :interface_permission)
  SENSITIVE = []
  include Aws::Structure
end