Class: Aws::Types::ImportVmImageRequest
- Inherits:
-
Object
- Object
- Aws::Types::ImportVmImageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#logging_configuration ⇒ Types::ImageLoggingConfiguration
Returns the value of attribute logging_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#os_version ⇒ ::String
Returns the value of attribute os_version.
-
#platform ⇒ "Windows", ...
Returns the value of attribute platform.
-
#semantic_version ⇒ ::String
Returns the value of attribute semantic_version.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#vm_import_task_id ⇒ ::String
Returns the value of attribute vm_import_task_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1171 1172 1173 |
# File 'sig/types.rbs', line 1171 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
1165 1166 1167 |
# File 'sig/types.rbs', line 1165 def description @description end |
#logging_configuration ⇒ Types::ImageLoggingConfiguration
Returns the value of attribute logging_configuration.
1169 1170 1171 |
# File 'sig/types.rbs', line 1169 def logging_configuration @logging_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def name @name end |
#os_version ⇒ ::String
Returns the value of attribute os_version.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def os_version @os_version end |
#platform ⇒ "Windows", ...
Returns the value of attribute platform.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def platform @platform end |
#semantic_version ⇒ ::String
Returns the value of attribute semantic_version.
1164 1165 1166 |
# File 'sig/types.rbs', line 1164 def semantic_version @semantic_version end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def end |
#vm_import_task_id ⇒ ::String
Returns the value of attribute vm_import_task_id.
1168 1169 1170 |
# File 'sig/types.rbs', line 1168 def vm_import_task_id @vm_import_task_id end |