Class: Aws::Types::UpdateRouterNetworkInterfaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRouterNetworkInterfaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#configuration ⇒ Types::RouterNetworkInterfaceConfiguration
Returns the value of attribute configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2648 2649 2650 |
# File 'sig/types.rbs', line 2648 def arn @arn end |
#configuration ⇒ Types::RouterNetworkInterfaceConfiguration
Returns the value of attribute configuration.
2650 2651 2652 |
# File 'sig/types.rbs', line 2650 def configuration @configuration end |
#name ⇒ ::String
Returns the value of attribute name.
2649 2650 2651 |
# File 'sig/types.rbs', line 2649 def name @name end |