Class: Aws::Types::WorkspaceImage
- Inherits:
-
Object
- Object
- Aws::Types::WorkspaceImage
- 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.
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_details ⇒ ::Array[Types::ErrorDetails]
Returns the value of attribute error_details.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#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.
-
#updates ⇒ Types::UpdateResult
Returns the value of attribute updates.
Instance Attribute Details
#created ⇒ ::Time
Returns the value of attribute created.
1755 1756 1757 |
# File 'sig/types.rbs', line 1755 def created @created end |
#description ⇒ ::String
Returns the value of attribute description.
1749 1750 1751 |
# File 'sig/types.rbs', line 1749 def description @description end |
#error_code ⇒ ::String
Returns the value of attribute error_code.
1753 1754 1755 |
# File 'sig/types.rbs', line 1753 def error_code @error_code end |
#error_details ⇒ ::Array[Types::ErrorDetails]
Returns the value of attribute error_details.
1758 1759 1760 |
# File 'sig/types.rbs', line 1758 def error_details @error_details end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1754 1755 1756 |
# File 'sig/types.rbs', line 1754 def @error_message end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
1747 1748 1749 |
# File 'sig/types.rbs', line 1747 def image_id @image_id end |
#name ⇒ ::String
Returns the value of attribute name.
1748 1749 1750 |
# File 'sig/types.rbs', line 1748 def name @name end |
#operating_system ⇒ Types::OperatingSystem
Returns the value of attribute operating_system.
1750 1751 1752 |
# File 'sig/types.rbs', line 1750 def @operating_system end |
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
1756 1757 1758 |
# File 'sig/types.rbs', line 1756 def owner_account_id @owner_account_id end |
#required_tenancy ⇒ "DEFAULT", "DEDICATED"
Returns the value of attribute required_tenancy.
1752 1753 1754 |
# File 'sig/types.rbs', line 1752 def required_tenancy @required_tenancy end |
#state ⇒ "AVAILABLE", ...
Returns the value of attribute state.
1751 1752 1753 |
# File 'sig/types.rbs', line 1751 def state @state end |
#updates ⇒ Types::UpdateResult
Returns the value of attribute updates.
1757 1758 1759 |
# File 'sig/types.rbs', line 1757 def updates @updates end |