Class: Aws::Types::GetDeployablePatchSnapshotForInstanceResult
- Inherits:
-
Object
- Object
- Aws::Types::GetDeployablePatchSnapshotForInstanceResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#product ⇒ ::String
Returns the value of attribute product.
-
#snapshot_download_url ⇒ ::String
Returns the value of attribute snapshot_download_url.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1814 1815 1816 |
# File 'sig/types.rbs', line 1814 def instance_id @instance_id end |
#product ⇒ ::String
Returns the value of attribute product.
1817 1818 1819 |
# File 'sig/types.rbs', line 1817 def product @product end |
#snapshot_download_url ⇒ ::String
Returns the value of attribute snapshot_download_url.
1816 1817 1818 |
# File 'sig/types.rbs', line 1816 def snapshot_download_url @snapshot_download_url end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
1815 1816 1817 |
# File 'sig/types.rbs', line 1815 def snapshot_id @snapshot_id end |