Class: Aws::Lightsail::Types::GetInstanceSnapshotResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Lightsail::Types::GetInstanceSnapshotResult
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #instance_snapshot  ⇒ Types::InstanceSnapshot 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An array of key-value pairs containing information about the results of your get instance snapshot request. 
Instance Attribute Details
#instance_snapshot ⇒ Types::InstanceSnapshot
An array of key-value pairs containing information about the results of your get instance snapshot request.
| 8207 8208 8209 8210 8211 | # File 'lib/aws-sdk-lightsail/types.rb', line 8207 class GetInstanceSnapshotResult < Struct.new( :instance_snapshot) SENSITIVE = [] include Aws::Structure end |