Skip to content

Shintaro-Abe/LaunchInstance-for-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaunchInstance-for-Python

Boto3

  • リクエスト
response = client.get_caller_identity()
  • レスポンス
{
	'UserId': 'string',
	'Account': 'string',
	'Arn': 'string'
}