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.



701
702
703
# File 'sig/types.rbs', line 701

def mode
  @mode
end

#private_connection_name::String

Returns the value of attribute private_connection_name.

Returns:

  • (::String)


700
701
702
# File 'sig/types.rbs', line 700

def private_connection_name
  @private_connection_name
end

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

Returns the value of attribute tags.

Returns:

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


702
703
704
# File 'sig/types.rbs', line 702

def tags
  @tags
end