Class: Aws::QuickSight::Types::NetworkInterface

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The structure that contains information about a network interface.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The availability zone that the network interface resides in.

Returns:

  • (String)


22808
22809
22810
22811
22812
22813
22814
22815
22816
# File 'lib/aws-sdk-quicksight/types.rb', line 22808

class NetworkInterface < Struct.new(
  :subnet_id,
  :availability_zone,
  :error_message,
  :status,
  :network_interface_id)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

An error message.

Returns:

  • (String)


22808
22809
22810
22811
22812
22813
22814
22815
22816
# File 'lib/aws-sdk-quicksight/types.rb', line 22808

class NetworkInterface < Struct.new(
  :subnet_id,
  :availability_zone,
  :error_message,
  :status,
  :network_interface_id)
  SENSITIVE = []
  include Aws::Structure
end

#network_interface_idString

The network interface ID.

Returns:

  • (String)


22808
22809
22810
22811
22812
22813
22814
22815
22816
# File 'lib/aws-sdk-quicksight/types.rb', line 22808

class NetworkInterface < Struct.new(
  :subnet_id,
  :availability_zone,
  :error_message,
  :status,
  :network_interface_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the network interface.

Returns:

  • (String)


22808
22809
22810
22811
22812
22813
22814
22815
22816
# File 'lib/aws-sdk-quicksight/types.rb', line 22808

class NetworkInterface < Struct.new(
  :subnet_id,
  :availability_zone,
  :error_message,
  :status,
  :network_interface_id)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idString

The subnet ID associated with the network interface.

Returns:

  • (String)


22808
22809
22810
22811
22812
22813
22814
22815
22816
# File 'lib/aws-sdk-quicksight/types.rb', line 22808

class NetworkInterface < Struct.new(
  :subnet_id,
  :availability_zone,
  :error_message,
  :status,
  :network_interface_id)
  SENSITIVE = []
  include Aws::Structure
end