Class: Aws::Types::CreateVpcLinkRequest

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)


292
293
294
# File 'sig/types.rbs', line 292

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


291
292
293
# File 'sig/types.rbs', line 291

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


294
295
296
# File 'sig/types.rbs', line 294

def tags
  @tags
end

#target_arns::Array[::String]

Returns the value of attribute target_arns.

Returns:

  • (::Array[::String])


293
294
295
# File 'sig/types.rbs', line 293

def target_arns
  @target_arns
end