Class: Aws::Types::CopyWorkspaceImageRequest

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)


225
226
227
# File 'sig/types.rbs', line 225

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


224
225
226
# File 'sig/types.rbs', line 224

def name
  @name
end

#source_image_id::String

Returns the value of attribute source_image_id.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def source_image_id
  @source_image_id
end

#source_region::String

Returns the value of attribute source_region.

Returns:

  • (::String)


227
228
229
# File 'sig/types.rbs', line 227

def source_region
  @source_region
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



228
229
230
# File 'sig/types.rbs', line 228

def tags
  @tags
end