Class: Aws::Lightsail::Types::GetInstanceSnapshotResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lightsail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_snapshotTypes::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