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

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

#instance_nameString

The Lightsail instance on which to base your snapshot.

Returns:

  • (String)


3770
3771
3772
3773
3774
3775
3776
# File 'lib/aws-sdk-lightsail/types.rb', line 3770

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)


3770
3771
3772
3773
3774
3775
3776
# File 'lib/aws-sdk-lightsail/types.rb', line 3770

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:



3770
3771
3772
3773
3774
3775
3776
# File 'lib/aws-sdk-lightsail/types.rb', line 3770

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