Class: Aws::Types::CopyWorkspaceImageRequest
- Inherits:
-
Object
- Object
- Aws::Types::CopyWorkspaceImageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#source_image_id ⇒ ::String
Returns the value of attribute source_image_id.
-
#source_region ⇒ ::String
Returns the value of attribute source_region.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
225 226 227 |
# File 'sig/types.rbs', line 225 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
224 225 226 |
# File 'sig/types.rbs', line 224 def name @name end |
#source_image_id ⇒ ::String
Returns the value of attribute source_image_id.
226 227 228 |
# File 'sig/types.rbs', line 226 def source_image_id @source_image_id end |
#source_region ⇒ ::String
Returns the value of attribute source_region.
227 228 229 |
# File 'sig/types.rbs', line 227 def source_region @source_region end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
228 229 230 |
# File 'sig/types.rbs', line 228 def @tags end |