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.
3647 3648 3649 3650 3651 3652 |
# File 'lib/aws-sdk-appstream/types.rb', line 3647 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.
3647 3648 3649 3650 3651 3652 |
# File 'lib/aws-sdk-appstream/types.rb', line 3647 class NetworkAccessConfiguration < Struct.new( :eni_private_ip_address, :eni_id) SENSITIVE = [] include Aws::Structure end |