Class: Aws::Lightsail::Types::CreateInstanceSnapshotRequest

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_nameString

The Lightsail instance on which to base your snapshot.

Returns:

  • (String)


3788
3789
3790
3791
3792
3793
3794
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 3788

class CreateInstanceSnapshotRequest < Struct.new(
  :instance_snapshot_name,
  :instance_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#instance_snapshot_nameString

The name for your new snapshot.

Returns:

  • (String)


3788
3789
3790
3791
3792
3793
3794
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 3788

class CreateInstanceSnapshotRequest < Struct.new(
  :instance_snapshot_name,
  :instance_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tag keys and optional values to add to the resource during create.

Use the TagResource action to tag a resource after it's created.

Returns:



3788
3789
3790
3791
3792
3793
3794
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 3788

class CreateInstanceSnapshotRequest < Struct.new(
  :instance_snapshot_name,
  :instance_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end