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)


4207
4208
4209
4210
4211
4212
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4207

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


4207
4208
4209
4210
4211
4212
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4207

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