Class: Aws::Types::CreateQuickConnectRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1732
1733
1734
# File 'sig/types.rbs', line 1732

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1730
1731
1732
# File 'sig/types.rbs', line 1730

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1731
1732
1733
# File 'sig/types.rbs', line 1731

def name
  @name
end

#quick_connect_configTypes::QuickConnectConfig

Returns the value of attribute quick_connect_config.



1733
1734
1735
# File 'sig/types.rbs', line 1733

def quick_connect_config
  @quick_connect_config
end

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

Returns the value of attribute tags.

Returns:

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


1734
1735
1736
# File 'sig/types.rbs', line 1734

def tags
  @tags
end