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)


6453
6454
6455
6456
6457
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6453

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