Class: Aws::Types::CreateWorkspaceImageRequest

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)


336
337
338
# File 'sig/types.rbs', line 336

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


335
336
337
# File 'sig/types.rbs', line 335

def name
  @name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



338
339
340
# File 'sig/types.rbs', line 338

def tags
  @tags
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


337
338
339
# File 'sig/types.rbs', line 337

def workspace_id
  @workspace_id
end