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.
21660 21661 21662 21663 21664 21665 21666 21667 21668 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21660 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.
21660 21661 21662 21663 21664 21665 21666 21667 21668 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21660 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.
21660 21661 21662 21663 21664 21665 21666 21667 21668 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21660 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.
21660 21661 21662 21663 21664 21665 21666 21667 21668 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21660 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.
21660 21661 21662 21663 21664 21665 21666 21667 21668 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21660 class NetworkInterface < Struct.new( :subnet_id, :availability_zone, :error_message, :status, :network_interface_id) SENSITIVE = [] include Aws::Structure end |