Class: Aws::Types::CreateRestoreImageTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRestoreImageTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#object_key ⇒ ::String
Returns the value of attribute object_key.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
3101 3102 3103 |
# File 'sig/types.rbs', line 3101 def bucket @bucket end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3105 3106 3107 |
# File 'sig/types.rbs', line 3105 def dry_run @dry_run end |
#name ⇒ ::String
Returns the value of attribute name.
3103 3104 3105 |
# File 'sig/types.rbs', line 3103 def name @name end |
#object_key ⇒ ::String
Returns the value of attribute object_key.
3102 3103 3104 |
# File 'sig/types.rbs', line 3102 def object_key @object_key end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3104 3105 3106 |
# File 'sig/types.rbs', line 3104 def tag_specifications @tag_specifications end |