Class: Aws::Types::CreateWorkspaceImageResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created::Time

Returns the value of attribute created.

Returns:

  • (::Time)


349
350
351
# File 'sig/types.rbs', line 349

def created
  @created
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


345
346
347
# File 'sig/types.rbs', line 345

def description
  @description
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


343
344
345
# File 'sig/types.rbs', line 343

def image_id
  @image_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


344
345
346
# File 'sig/types.rbs', line 344

def name
  @name
end

#operating_systemTypes::OperatingSystem

Returns the value of attribute operating_system.



346
347
348
# File 'sig/types.rbs', line 346

def operating_system
  @operating_system
end

#owner_account_id::String

Returns the value of attribute owner_account_id.

Returns:

  • (::String)


350
351
352
# File 'sig/types.rbs', line 350

def 
  @owner_account_id
end

#required_tenancy"DEFAULT", "DEDICATED"

Returns the value of attribute required_tenancy.

Returns:

  • ("DEFAULT", "DEDICATED")


348
349
350
# File 'sig/types.rbs', line 348

def required_tenancy
  @required_tenancy
end

#state"AVAILABLE", ...

Returns the value of attribute state.

Returns:

  • ("AVAILABLE", "PENDING", "ERROR")


347
348
349
# File 'sig/types.rbs', line 347

def state
  @state
end