Class: Aws::QuickSight::Types::NetworkInterface
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::NetworkInterface
- 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
-
#availability_zone ⇒ String
The availability zone that the network interface resides in.
-
#error_message ⇒ String
An error message.
-
#network_interface_id ⇒ String
The network interface ID.
-
#status ⇒ String
The status of the network interface.
-
#subnet_id ⇒ String
The subnet ID associated with the network interface.
Instance Attribute Details
#availability_zone ⇒ String
The availability zone that the network interface resides in.
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_message ⇒ String
An error message.
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_id ⇒ String
The network interface ID.
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 |
#status ⇒ String
The status of the network interface.
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_id ⇒ String
The subnet ID associated with the network interface.
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 |