Class: Aws::Lightsail::Types::GetAutoSnapshotsRequest

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

#resource_nameString

The name of the source instance or disk from which to get automatic snapshot information.

Returns:

  • (String)


6472
6473
6474
6475
6476
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6472

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