Class: Aws::AppStream::Types::NetworkAccessConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::NetworkAccessConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Describes the network details of the fleet or image builder instance.
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.
4366 4367 4368 4369 4370 4371 |
# File 'lib/aws-sdk-appstream/types.rb', line 4366 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.
4366 4367 4368 4369 4370 4371 |
# File 'lib/aws-sdk-appstream/types.rb', line 4366 class NetworkAccessConfiguration < Struct.new( :eni_private_ip_address, :eni_id) SENSITIVE = [] include Aws::Structure end |