Class: Aws::Types::CreateInstanceSnapshotRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateInstanceSnapshotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_name ⇒ ::String
Returns the value of attribute instance_name.
-
#instance_snapshot_name ⇒ ::String
Returns the value of attribute instance_snapshot_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#instance_name ⇒ ::String
Returns the value of attribute instance_name.
731 732 733 |
# File 'sig/types.rbs', line 731 def instance_name @instance_name end |
#instance_snapshot_name ⇒ ::String
Returns the value of attribute instance_snapshot_name.
730 731 732 |
# File 'sig/types.rbs', line 730 def instance_snapshot_name @instance_snapshot_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
732 733 734 |
# File 'sig/types.rbs', line 732 def end |