Class: Aws::Types::ImportVmImageResponse
- Inherits:
-
Object
- Object
- Aws::Types::ImportVmImageResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def client_token @client_token end |
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def image_arn @image_arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def request_id @request_id end |