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

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


20763
20764
20765
20766
20767
20768
20769
20770
20771
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20763

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)


20763
20764
20765
20766
20767
20768
20769
20770
20771
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20763

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)


20763
20764
20765
20766
20767
20768
20769
20770
20771
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20763

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)


20763
20764
20765
20766
20767
20768
20769
20770
20771
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20763

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)


20763
20764
20765
20766
20767
20768
20769
20770
20771
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20763

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