Class: Aws::Types::Snapshot
- Inherits:
-
Object
- Object
- Aws::Types::Snapshot
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "Creating", ...
Returns the value of attribute status.
-
#type ⇒ "Auto", "Manual"
Returns the value of attribute type.
Instance Attribute Details
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
1393 1394 1395 |
# File 'sig/types.rbs', line 1393 def directory_id @directory_id end |
#name ⇒ ::String
Returns the value of attribute name.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def name @name end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
1394 1395 1396 |
# File 'sig/types.rbs', line 1394 def snapshot_id @snapshot_id end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def start_time @start_time end |
#status ⇒ "Creating", ...
Returns the value of attribute status.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def status @status end |
#type ⇒ "Auto", "Manual"
Returns the value of attribute type.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def type @type end |