Class: Aws::Types::CreatePrivateConnectionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#modeTypes::PrivateConnectionMode

Returns the value of attribute mode.



359
360
361
# File 'sig/types.rbs', line 359

def mode
  @mode
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


358
359
360
# File 'sig/types.rbs', line 358

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


360
361
362
# File 'sig/types.rbs', line 360

def tags
  @tags
end