Class: Aws::WorkSpaces::Types::NetworkAccessConfiguration

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

Overview

Describes the network details of a WorkSpaces Pool.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eni_idString

The resource identifier of the elastic network interface that is attached to instances in your VPC. All network interfaces have the eni-xxxxxxxx resource identifier.

Returns:

  • (String)


3791
3792
3793
3794
3795
3796
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3791

class NetworkAccessConfiguration < Struct.new(
  :eni_private_ip_address,
  :eni_id)
  SENSITIVE = []
  include Aws::Structure
end

#eni_private_ip_addressString

The private IP address of the elastic network interface that is attached to instances in your VPC.

Returns:

  • (String)


3791
3792
3793
3794
3795
3796
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3791

class NetworkAccessConfiguration < Struct.new(
  :eni_private_ip_address,
  :eni_id)
  SENSITIVE = []
  include Aws::Structure
end