Class: Aws::Lightsail::Types::GetAutoSnapshotsResult

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

#auto_snapshotsArray<Types::AutoSnapshotDetails>

An array of objects that describe the automatic snapshots that are available for the specified source instance or disk.

Returns:



6494
6495
6496
6497
6498
6499
6500
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6494

class GetAutoSnapshotsResult < Struct.new(
  :resource_name,
  :resource_type,
  :auto_snapshots)
  SENSITIVE = []
  include Aws::Structure
end

#resource_nameString

The name of the source instance or disk for the automatic snapshots.

Returns:

  • (String)


6494
6495
6496
6497
6498
6499
6500
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6494

class GetAutoSnapshotsResult < Struct.new(
  :resource_name,
  :resource_type,
  :auto_snapshots)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The resource type of the automatic snapshot. The possible values are Instance, and Disk.

Returns:

  • (String)


6494
6495
6496
6497
6498
6499
6500
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6494

class GetAutoSnapshotsResult < Struct.new(
  :resource_name,
  :resource_type,
  :auto_snapshots)
  SENSITIVE = []
  include Aws::Structure
end