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.
2989 2990 2991 |
# File 'sig/types.rbs', line 2989 def bucket @bucket end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2993 2994 2995 |
# File 'sig/types.rbs', line 2993 def dry_run @dry_run end |
#name ⇒ ::String
Returns the value of attribute name.
2991 2992 2993 |
# File 'sig/types.rbs', line 2991 def name @name end |
#object_key ⇒ ::String
Returns the value of attribute object_key.
2990 2991 2992 |
# File 'sig/types.rbs', line 2990 def object_key @object_key end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2992 2993 2994 |
# File 'sig/types.rbs', line 2992 def tag_specifications @tag_specifications end |