Class: Aws::Types::UpdateRouterNetworkInterfaceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2648
2649
2650
# File 'sig/types.rbs', line 2648

def arn
  @arn
end

#configurationTypes::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.

Returns:

  • (::String)


2649
2650
2651
# File 'sig/types.rbs', line 2649

def name
  @name
end