models_v2.awsrds_snapshot_manager_protection_group_request_params module

class models_v2.awsrds_snapshot_manager_protection_group_request_params.AWSRDSSnapshotManagerProtectionGroupRequestParams(objects=None, source_id=None, source_name=None)[source]

Bases: object

Implementation of the ‘AWS RDS Snapshot Manager Protection Group Request Params.’ model.

Specifies the parameters which are specific to AWS RDS related Protection Groups.

Attributes:
objects (list of AWSRDSSnapshotManagerProtectionGroupObjectParams):

Specifies the objects to be included in the Protection Group.

source_id (long|int): Specifies the id of the parent of the objects. source_name (string): Specifies the name of the parent of the

objects.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.