Class: Aws::Lightsail::Types::CreateRelationalDatabaseSnapshotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::CreateRelationalDatabaseSnapshotRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#relational_database_name ⇒ String
The name of the database on which to base your new snapshot.
-
#relational_database_snapshot_name ⇒ String
The name for your new database snapshot.
-
#tags ⇒ Array<Types::Tag>
The tag keys and optional values to add to the resource during create.
Instance Attribute Details
#relational_database_name ⇒ String
The name of the database on which to base your new snapshot.
4695 4696 4697 4698 4699 4700 4701 |
# File 'lib/aws-sdk-lightsail/types.rb', line 4695 class CreateRelationalDatabaseSnapshotRequest < Struct.new( :relational_database_name, :relational_database_snapshot_name, :tags) SENSITIVE = [] include Aws::Structure end |
#relational_database_snapshot_name ⇒ String
The name for your new database snapshot.
Constraints:
-
Must contain from 2 to 255 alphanumeric characters, or hyphens.
-
The first and last character must be a letter or number.
4695 4696 4697 4698 4699 4700 4701 |
# File 'lib/aws-sdk-lightsail/types.rb', line 4695 class CreateRelationalDatabaseSnapshotRequest < Struct.new( :relational_database_name, :relational_database_snapshot_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.
4695 4696 4697 4698 4699 4700 4701 |
# File 'lib/aws-sdk-lightsail/types.rb', line 4695 class CreateRelationalDatabaseSnapshotRequest < Struct.new( :relational_database_name, :relational_database_snapshot_name, :tags) SENSITIVE = [] include Aws::Structure end |