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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/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)


5316
5317
5318
5319
5320
5321
5322
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5316

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>)


5316
5317
5318
5319
5320
5321
5322
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5316

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)


5316
5317
5318
5319
5320
5321
5322
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5316

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