Class: Aws::Types::InstanceSnapshotInfo
- Inherits:
-
Object
- Object
- Aws::Types::InstanceSnapshotInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#from_blueprint_id ⇒ ::String
Returns the value of attribute from_blueprint_id.
-
#from_bundle_id ⇒ ::String
Returns the value of attribute from_bundle_id.
-
#from_disk_info ⇒ ::Array[Types::DiskInfo]
Returns the value of attribute from_disk_info.
Instance Attribute Details
#from_blueprint_id ⇒ ::String
Returns the value of attribute from_blueprint_id.
2262 2263 2264 |
# File 'sig/types.rbs', line 2262 def from_blueprint_id @from_blueprint_id end |
#from_bundle_id ⇒ ::String
Returns the value of attribute from_bundle_id.
2261 2262 2263 |
# File 'sig/types.rbs', line 2261 def from_bundle_id @from_bundle_id end |
#from_disk_info ⇒ ::Array[Types::DiskInfo]
Returns the value of attribute from_disk_info.
2263 2264 2265 |
# File 'sig/types.rbs', line 2263 def from_disk_info @from_disk_info end |