Class: Aws::Types::ImportDiskImageResponse
- Inherits:
-
Object
- Object
- Aws::Types::ImportDiskImageResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#image_build_version_arn ⇒ ::String
Returns the value of attribute image_build_version_arn.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def client_token @client_token end |
#image_build_version_arn ⇒ ::String
Returns the value of attribute image_build_version_arn.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def image_build_version_arn @image_build_version_arn end |