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)


1694
1695
1696
# File 'sig/types.rbs', line 1694

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1692
1693
1694
# File 'sig/types.rbs', line 1692

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1693
1694
1695
# File 'sig/types.rbs', line 1693

def name
  @name
end

#quick_connect_configTypes::QuickConnectConfig

Returns the value of attribute quick_connect_config.



1695
1696
1697
# File 'sig/types.rbs', line 1695

def quick_connect_config
  @quick_connect_config
end

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

Returns the value of attribute tags.

Returns:

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


1696
1697
1698
# File 'sig/types.rbs', line 1696

def tags
  @tags
end