You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Lightsail::Types::AttachDiskRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Lightsail::Types::AttachDiskRequest
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
  When passing AttachDiskRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  disk_name: "ResourceName", # required
  instance_name: "ResourceName", # required
  disk_path: "NonEmptyString", # required
}
Instance Attribute Summary collapse
- 
  
    
      #disk_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique Lightsail disk name (e.g., my-disk).
- 
  
    
      #disk_path  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The disk path to expose to the instance (e.g., /dev/xvdf).
- 
  
    
      #instance_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the Lightsail instance where you want to utilize the storage disk. 
Instance Attribute Details
#disk_name ⇒ String
The unique Lightsail disk name (e.g., my-disk).
#disk_path ⇒ String
The disk path to expose to the instance (e.g., /dev/xvdf).
#instance_name ⇒ String
The name of the Lightsail instance where you want to utilize the storage disk.