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:



1766
1767
1768
# File 'sig/types.rbs', line 1766

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:



1764
1765
1766
# File 'sig/types.rbs', line 1764

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:



1765
1766
1767
# File 'sig/types.rbs', line 1765

def name
  @name
end

#quick_connect_configTypes::QuickConnectConfig

Returns the value of attribute quick_connect_config.

Returns:



1767
1768
1769
# File 'sig/types.rbs', line 1767

def quick_connect_config
  @quick_connect_config
end

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

Returns the value of attribute tags.

Returns:



1768
1769
1770
# File 'sig/types.rbs', line 1768

def tags
  @tags
end