model

Data models for AWS Redshift Serverless resources.

Ref:

class simple_aws_redshift.redshift_serverless.model.RedshiftServerlessNamespace(raw_data: NamespaceTypeDef = REQ)[source]

Redshift Serverless Namespace object.

Ref:

property core_data: Dict[str, Any]

Returns a dictionary containing the essential data of the model.

This property must be implemented by all subclasses to provide a consistent minimal representation of the model’s core data.

class simple_aws_redshift.redshift_serverless.model.RedshiftServerlessWorkgroup(raw_data: WorkgroupTypeDef = REQ)[source]

Redshift Serverless Workgroup object.

Ref:

property core_data: Dict[str, Any]

Returns a dictionary containing the essential data of the model.

This property must be implemented by all subclasses to provide a consistent minimal representation of the model’s core data.

class simple_aws_redshift.redshift_serverless.model.RedshiftServerlessNamespaceIterProxy(iterable: Iterable)[source]

Iterator proxy for RedshiftServerlessNamespace.

class simple_aws_redshift.redshift_serverless.model.RedshiftServerlessWorkgroupIterProxy(iterable: Iterable)[source]

Iterator proxy for RedshiftServerlessWorkgroup.