Class: Aws::Lightsail::Types::GetDiskSnapshotRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Lightsail::Types::GetDiskSnapshotRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #disk_snapshot_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the disk snapshot (‘my-disk-snapshot`). 
Instance Attribute Details
#disk_snapshot_name ⇒ String
The name of the disk snapshot (‘my-disk-snapshot`).
| 7416 7417 7418 7419 7420 | # File 'lib/aws-sdk-lightsail/types.rb', line 7416 class GetDiskSnapshotRequest < Struct.new( :disk_snapshot_name) SENSITIVE = [] include Aws::Structure end |