Class: Aws::Lightsail::Types::CreateRelationalDatabaseSnapshotRequest

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

#relational_database_nameString

The name of the database on which to base your new snapshot.

Returns:

  • (String)


4696
4697
4698
4699
4700
4701
4702
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 4696

class CreateRelationalDatabaseSnapshotRequest < Struct.new(
  :relational_database_name,
  :relational_database_snapshot_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#relational_database_snapshot_nameString

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.

Returns:

  • (String)


4696
4697
4698
4699
4700
4701
4702
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 4696

class CreateRelationalDatabaseSnapshotRequest < Struct.new(
  :relational_database_name,
  :relational_database_snapshot_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:



4696
4697
4698
4699
4700
4701
4702
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 4696

class CreateRelationalDatabaseSnapshotRequest < Struct.new(
  :relational_database_name,
  :relational_database_snapshot_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end