You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::OpsWorksCM::Types::DescribeBackupsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeBackupsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  backup_id: "BackupId",
  server_name: "ServerName",
  next_token: "NextToken",
  max_results: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#backup_idString

Describes a single backup.

Returns:

  • (String)

    Describes a single backup.

#max_resultsInteger

This is not currently implemented for DescribeBackups requests.

Returns:

  • (Integer)

    This is not currently implemented for DescribeBackups requests.

#next_tokenString

This is not currently implemented for DescribeBackups requests.

Returns:

  • (String)

    This is not currently implemented for DescribeBackups requests.

#server_nameString

Returns backups for the server with the specified ServerName.

Returns:

  • (String)

    Returns backups for the server with the specified ServerName.