Class: Aws::Lightsail::Types::CreateInstanceSnapshotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::CreateInstanceSnapshotRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_name ⇒ String
The Lightsail instance on which to base your snapshot.
-
#instance_snapshot_name ⇒ String
The name for your new snapshot.
-
#tags ⇒ Array<Types::Tag>
The tag keys and optional values to add to the resource during create.
Instance Attribute Details
#instance_name ⇒ String
The Lightsail instance on which to base your snapshot.
3788 3789 3790 3791 3792 3793 3794 |
# File '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_name ⇒ String
The name for your new snapshot.
3788 3789 3790 3791 3792 3793 3794 |
# File 'lib/aws-sdk-lightsail/types.rb', line 3788 class CreateInstanceSnapshotRequest < Struct.new( :instance_snapshot_name, :instance_name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<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.
3788 3789 3790 3791 3792 3793 3794 |
# File 'lib/aws-sdk-lightsail/types.rb', line 3788 class CreateInstanceSnapshotRequest < Struct.new( :instance_snapshot_name, :instance_name, :tags) SENSITIVE = [] include Aws::Structure end |