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.
2188 2189 2190 2191 2192 2193 2194 2195 2196 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2188 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.
2188 2189 2190 2191 2192 2193 2194 2195 2196 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2188 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.
2188 2189 2190 2191 2192 2193 2194 2195 2196 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2188 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.
2188 2189 2190 2191 2192 2193 2194 2195 2196 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2188 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.
2188 2189 2190 2191 2192 2193 2194 2195 2196 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2188 class NetworkInterface < Struct.new( :availability_zone, :ipv6_address, :network_interface_id, :private_ip_address, :subnet_id) SENSITIVE = [] include Aws::Structure end |