Class: Aws::RedshiftServerless::Types::NetworkInterface

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#availability_zoneString

The availability Zone.

Returns:

  • (String)


2072
2073
2074
2075
2076
2077
2078
2079
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2072

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

#network_interface_idString

The unique identifier of the network interface.

Returns:

  • (String)


2072
2073
2074
2075
2076
2077
2078
2079
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2072

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

#private_ip_addressString

The IPv4 address of the network interface within the subnet.

Returns:

  • (String)


2072
2073
2074
2075
2076
2077
2078
2079
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2072

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

#subnet_idString

The unique identifier of the subnet.

Returns:

  • (String)


2072
2073
2074
2075
2076
2077
2078
2079
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2072

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