How to use describe_report_creation method in localstack

Best Python code snippet using localstack_python

client.pyi

Source:client.pyi Github

copy

Full Screen

...68 Closes underlying endpoint connections.69 [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/1.24.58/reference/services/resourcegroupstaggingapi.html#ResourceGroupsTaggingAPI.Client.close)70 [Show boto3-stubs documentation](https://vemel.github.io/boto3_stubs_docs/mypy_boto3_resourcegroupstaggingapi/client.html#close)71 """72 def describe_report_creation(self) -> DescribeReportCreationOutputTypeDef:73 """74 Describes the status of the `StartReportCreation` operation.75 [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/1.24.58/reference/services/resourcegroupstaggingapi.html#ResourceGroupsTaggingAPI.Client.describe_report_creation)76 [Show boto3-stubs documentation](https://vemel.github.io/boto3_stubs_docs/mypy_boto3_resourcegroupstaggingapi/client.html#describe_report_creation)77 """78 def generate_presigned_url(79 self,80 ClientMethod: str,81 Params: Dict[str, Any] = None,82 ExpiresIn: int = 3600,83 HttpMethod: str = None,84 ) -> str:85 """86 Generate a presigned url given a client, its method, and arguments....

Full Screen

Full Screen

__init__.py

Source:__init__.py Github

copy

Full Screen

...148class ResourcegroupstaggingapiApi:149 service = "resourcegroupstaggingapi"150 version = "2017-01-26"151 @handler("DescribeReportCreation")152 def describe_report_creation(153 self,154 context: RequestContext,155 ) -> DescribeReportCreationOutput:156 raise NotImplementedError157 @handler("GetComplianceSummary")158 def get_compliance_summary(159 self,160 context: RequestContext,161 target_id_filters: TargetIdFilterList = None,162 region_filters: RegionFilterList = None,163 resource_type_filters: ResourceTypeFilterList = None,164 tag_key_filters: TagKeyFilterList = None,165 group_by: GroupBy = None,166 max_results: MaxResultsGetComplianceSummary = None,...

Full Screen

Full Screen

Automation Testing Tutorials

Learn to execute automation testing from scratch with LambdaTest Learning Hub. Right from setting up the prerequisites to run your first automation test, to following best practices and diving deeper into advanced test scenarios. LambdaTest Learning Hubs compile a list of step-by-step guides to help you be proficient with different test automation frameworks i.e. Selenium, Cypress, TestNG etc.

LambdaTest Learning Hubs:

YouTube

You could also refer to video tutorials over LambdaTest YouTube channel to get step by step demonstration from industry experts.

Run localstack automation tests on LambdaTest cloud grid

Perform automation testing on 3000+ real desktop and mobile devices online.

Try LambdaTest Now !!

Get 100 minutes of automation test minutes FREE!!

Next-Gen App & Browser Testing Cloud

Was this article helpful?

Helpful

NotHelpful