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

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

Overview

Describes a permission for a network interface.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The Amazon Web Services account ID.

Returns:

  • (String)


52445
52446
52447
52448
52449
52450
52451
52452
52453
52454
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52445

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

#aws_serviceString

The Amazon Web Service.

Returns:

  • (String)


52445
52446
52447
52448
52449
52450
52451
52452
52453
52454
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52445

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

#network_interface_idString

The ID of the network interface.

Returns:

  • (String)


52445
52446
52447
52448
52449
52450
52451
52452
52453
52454
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52445

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

#network_interface_permission_idString

The ID of the network interface permission.

Returns:

  • (String)


52445
52446
52447
52448
52449
52450
52451
52452
52453
52454
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52445

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

#permissionString

The type of permission.

Returns:

  • (String)


52445
52446
52447
52448
52449
52450
52451
52452
52453
52454
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52445

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

#permission_stateTypes::NetworkInterfacePermissionState

Information about the state of the permission.



52445
52446
52447
52448
52449
52450
52451
52452
52453
52454
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52445

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