Class: Aws::Types::RouterNetworkInterfaceConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: Public, Unknown, Vpc

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#publicTypes::PublicRouterNetworkInterfaceConfiguration

Returns the value of attribute public.



1890
1891
1892
# File 'sig/types.rbs', line 1890

def public
  @public
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1892
1893
1894
# File 'sig/types.rbs', line 1892

def unknown
  @unknown
end

#vpcTypes::VpcRouterNetworkInterfaceConfiguration

Returns the value of attribute vpc.



1891
1892
1893
# File 'sig/types.rbs', line 1891

def vpc
  @vpc
end