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

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

#resource_nameString

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

Returns:

  • (String)


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

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