Class: Aws::AppStream::Types::NetworkAccessConfiguration

Inherits:
Struct
  • Object
show all
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

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)


5281
5282
5283
5284
5285
5286
5287
# File 'lib/aws-sdk-appstream/types.rb', line 5281

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

#eni_ipv_6_addressesArray<String>

The IPv6 addresses assigned to the elastic network interface. This field supports IPv6 connectivity for WorkSpaces Applications instances.

Returns:

  • (Array<String>)


5281
5282
5283
5284
5285
5286
5287
# File 'lib/aws-sdk-appstream/types.rb', line 5281

class NetworkAccessConfiguration < Struct.new(
  :eni_private_ip_address,
  :eni_ipv_6_addresses,
  :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)


5281
5282
5283
5284
5285
5286
5287
# File 'lib/aws-sdk-appstream/types.rb', line 5281

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