Class: Aws::EC2::Types::NetworkInterfacePermission

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

Overview

Describes a permission for a network interface.

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The AWS account ID.

Returns:

  • (String)


27621
27622
27623
27624
27625
27626
27627
27628
27629
# File 'lib/aws-sdk-ec2/types.rb', line 27621

class NetworkInterfacePermission < Struct.new(
  :network_interface_permission_id,
  :network_interface_id,
  :aws_account_id,
  :aws_service,
  :permission,
  :permission_state)
  include Aws::Structure
end

#aws_serviceString

The AWS service.

Returns:

  • (String)


27621
27622
27623
27624
27625
27626
27627
27628
27629
# File 'lib/aws-sdk-ec2/types.rb', line 27621

class NetworkInterfacePermission < Struct.new(
  :network_interface_permission_id,
  :network_interface_id,
  :aws_account_id,
  :aws_service,
  :permission,
  :permission_state)
  include Aws::Structure
end

#network_interface_idString

The ID of the network interface.

Returns:

  • (String)


27621
27622
27623
27624
27625
27626
27627
27628
27629
# File 'lib/aws-sdk-ec2/types.rb', line 27621

class NetworkInterfacePermission < Struct.new(
  :network_interface_permission_id,
  :network_interface_id,
  :aws_account_id,
  :aws_service,
  :permission,
  :permission_state)
  include Aws::Structure
end

#network_interface_permission_idString

The ID of the network interface permission.

Returns:

  • (String)


27621
27622
27623
27624
27625
27626
27627
27628
27629
# File 'lib/aws-sdk-ec2/types.rb', line 27621

class NetworkInterfacePermission < Struct.new(
  :network_interface_permission_id,
  :network_interface_id,
  :aws_account_id,
  :aws_service,
  :permission,
  :permission_state)
  include Aws::Structure
end

#permissionString

The type of permission.

Returns:

  • (String)


27621
27622
27623
27624
27625
27626
27627
27628
27629
# File 'lib/aws-sdk-ec2/types.rb', line 27621

class NetworkInterfacePermission < Struct.new(
  :network_interface_permission_id,
  :network_interface_id,
  :aws_account_id,
  :aws_service,
  :permission,
  :permission_state)
  include Aws::Structure
end

#permission_stateTypes::NetworkInterfacePermissionState

Information about the state of the permission.



27621
27622
27623
27624
27625
27626
27627
27628
27629
# File 'lib/aws-sdk-ec2/types.rb', line 27621

class NetworkInterfacePermission < Struct.new(
  :network_interface_permission_id,
  :network_interface_id,
  :aws_account_id,
  :aws_service,
  :permission,
  :permission_state)
  include Aws::Structure
end