Class: Aws::RedshiftServerless::Types::NetworkInterface
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RedshiftServerless::Types::NetworkInterface
 
- Defined in:
- gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb
Overview
Contains information about a network interface in an Amazon Redshift Serverless managed VPC endpoint.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #availability_zone  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The availability Zone. 
- 
  
    
      #ipv6_address  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The IPv6 address of the network interface within the subnet. 
- 
  
    
      #network_interface_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of the network interface. 
- 
  
    
      #private_ip_address  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The IPv4 address of the network interface within the subnet. 
- 
  
    
      #subnet_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of the subnet. 
Instance Attribute Details
#availability_zone ⇒ String
The availability Zone.
| 2432 2433 2434 2435 2436 2437 2438 2439 2440 | # File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2432 class NetworkInterface < Struct.new( :availability_zone, :ipv6_address, :network_interface_id, :private_ip_address, :subnet_id) SENSITIVE = [] include Aws::Structure end | 
#ipv6_address ⇒ String
The IPv6 address of the network interface within the subnet.
| 2432 2433 2434 2435 2436 2437 2438 2439 2440 | # File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2432 class NetworkInterface < Struct.new( :availability_zone, :ipv6_address, :network_interface_id, :private_ip_address, :subnet_id) SENSITIVE = [] include Aws::Structure end | 
#network_interface_id ⇒ String
The unique identifier of the network interface.
| 2432 2433 2434 2435 2436 2437 2438 2439 2440 | # File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2432 class NetworkInterface < Struct.new( :availability_zone, :ipv6_address, :network_interface_id, :private_ip_address, :subnet_id) SENSITIVE = [] include Aws::Structure end | 
#private_ip_address ⇒ String
The IPv4 address of the network interface within the subnet.
| 2432 2433 2434 2435 2436 2437 2438 2439 2440 | # File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2432 class NetworkInterface < Struct.new( :availability_zone, :ipv6_address, :network_interface_id, :private_ip_address, :subnet_id) SENSITIVE = [] include Aws::Structure end | 
#subnet_id ⇒ String
The unique identifier of the subnet.
| 2432 2433 2434 2435 2436 2437 2438 2439 2440 | # File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2432 class NetworkInterface < Struct.new( :availability_zone, :ipv6_address, :network_interface_id, :private_ip_address, :subnet_id) SENSITIVE = [] include Aws::Structure end |