Module: Aws::WorkSpaces::Client::_CreateWorkspaceImageResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateWorkspaceImageResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created ⇒ ::Time
- #description ⇒ ::String
- #image_id ⇒ ::String
- #name ⇒ ::String
- #operating_system ⇒ Types::OperatingSystem
- #owner_account_id ⇒ ::String
- #required_tenancy ⇒ "DEFAULT", "DEDICATED"
- #state ⇒ "AVAILABLE", ...
Instance Method Details
#created ⇒ ::Time
314 |
# File 'sig/client.rbs', line 314 def created: () -> ::Time |
#description ⇒ ::String
310 |
# File 'sig/client.rbs', line 310 def description: () -> ::String |
#image_id ⇒ ::String
308 |
# File 'sig/client.rbs', line 308 def image_id: () -> ::String |
#name ⇒ ::String
309 |
# File 'sig/client.rbs', line 309 def name: () -> ::String |
#operating_system ⇒ Types::OperatingSystem
311 |
# File 'sig/client.rbs', line 311 def operating_system: () -> Types:: |
#owner_account_id ⇒ ::String
315 |
# File 'sig/client.rbs', line 315 def owner_account_id: () -> ::String |
#required_tenancy ⇒ "DEFAULT", "DEDICATED"
313 |
# File 'sig/client.rbs', line 313 def required_tenancy: () -> ("DEFAULT" | "DEDICATED") |
#state ⇒ "AVAILABLE", ...
312 |
# File 'sig/client.rbs', line 312 def state: () -> ("AVAILABLE" | "PENDING" | "ERROR") |