Class: Aws::WorkSpaces::Types::NetworkAccessConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::NetworkAccessConfiguration
- 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
-
#eni_id ⇒ String
The resource identifier of the elastic network interface that is attached to instances in your VPC.
-
#eni_private_ip_address ⇒ String
The private IP address of the elastic network interface that is attached to instances in your VPC.
Instance Attribute Details
#eni_id ⇒ String
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.
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_address ⇒ String
The private IP address of the elastic network interface that is attached to instances in your VPC.
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 |