Class: Aws::Types::CreateUpdatedWorkspaceImageRequest

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)


307
308
309
# File 'sig/types.rbs', line 307

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


306
307
308
# File 'sig/types.rbs', line 306

def name
  @name
end

#source_image_id::String

Returns the value of attribute source_image_id.

Returns:

  • (::String)


308
309
310
# File 'sig/types.rbs', line 308

def source_image_id
  @source_image_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



309
310
311
# File 'sig/types.rbs', line 309

def tags
  @tags
end