Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.17 KB

InlineResponse2005.md

File metadata and controls

14 lines (10 loc) · 1.17 KB

InlineResponse2005

Properties

Name Type Description Notes
aws_account_id str The AWS Account Id for the STS Account Roles [optional]
items list[AWSSTSAccountRole] Retrieved list of STS Account Roles [optional]
page int Index of the returned page, where one corresponds to the first page. As this collection doesn't support paging the result will always be `1`. [optional]
size int Number of items that will be contained in the returned page. As this collection doesn't support paging or searching the result will always be the total number of be the total number of STS account roles. [optional]
total int Total number of items of the collection that match the search criteria, regardless of the size of the page. As this collection doesn't support paging or searching the result will always be the total number of STS account roles [optional]

[Back to Model list] [Back to API list] [Back to README]