Class: Aws::Types::RouterNetworkInterfaceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RouterNetworkInterfaceConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#public ⇒ Types::PublicRouterNetworkInterfaceConfiguration
Returns the value of attribute public.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#vpc ⇒ Types::VpcRouterNetworkInterfaceConfiguration
Returns the value of attribute vpc.
Instance Attribute Details
#public ⇒ Types::PublicRouterNetworkInterfaceConfiguration
Returns the value of attribute public.
1890 1891 1892 |
# File 'sig/types.rbs', line 1890 def public @public end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1892 1893 1894 |
# File 'sig/types.rbs', line 1892 def unknown @unknown end |
#vpc ⇒ Types::VpcRouterNetworkInterfaceConfiguration
Returns the value of attribute vpc.
1891 1892 1893 |
# File 'sig/types.rbs', line 1891 def vpc @vpc end |