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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/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.



8208
8209
8210
8211
8212
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 8208

class GetInstanceSnapshotResult < Struct.new(
  :instance_snapshot)
  SENSITIVE = []
  include Aws::Structure
end