Class: Aws::Types::CreateRouterNetworkInterfaceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


426
427
428
# File 'sig/types.rbs', line 426

def client_token
  @client_token
end

#configurationTypes::RouterNetworkInterfaceConfiguration

Returns the value of attribute configuration.



423
424
425
# File 'sig/types.rbs', line 423

def configuration
  @configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


422
423
424
# File 'sig/types.rbs', line 422

def name
  @name
end

#region_name::String

Returns the value of attribute region_name.

Returns:

  • (::String)


424
425
426
# File 'sig/types.rbs', line 424

def region_name
  @region_name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


425
426
427
# File 'sig/types.rbs', line 425

def tags
  @tags
end