Class: Aws::Types::CreateWorkspaceImageResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateWorkspaceImageResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created ⇒ ::Time
Returns the value of attribute created.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#operating_system ⇒ Types::OperatingSystem
Returns the value of attribute operating_system.
-
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
-
#required_tenancy ⇒ "DEFAULT", "DEDICATED"
Returns the value of attribute required_tenancy.
-
#state ⇒ "AVAILABLE", ...
Returns the value of attribute state.
Instance Attribute Details
#created ⇒ ::Time
Returns the value of attribute created.
349 350 351 |
# File 'sig/types.rbs', line 349 def created @created end |
#description ⇒ ::String
Returns the value of attribute description.
345 346 347 |
# File 'sig/types.rbs', line 345 def description @description end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
343 344 345 |
# File 'sig/types.rbs', line 343 def image_id @image_id end |
#name ⇒ ::String
Returns the value of attribute name.
344 345 346 |
# File 'sig/types.rbs', line 344 def name @name end |
#operating_system ⇒ Types::OperatingSystem
Returns the value of attribute operating_system.
346 347 348 |
# File 'sig/types.rbs', line 346 def @operating_system end |
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
350 351 352 |
# File 'sig/types.rbs', line 350 def owner_account_id @owner_account_id end |
#required_tenancy ⇒ "DEFAULT", "DEDICATED"
Returns the value of attribute required_tenancy.
348 349 350 |
# File 'sig/types.rbs', line 348 def required_tenancy @required_tenancy end |
#state ⇒ "AVAILABLE", ...
Returns the value of attribute state.
347 348 349 |
# File 'sig/types.rbs', line 347 def state @state end |