Commit cd70d75 1 parent a866336 commit cd70d75 Copy full SHA for cd70d75
File tree 1 file changed +10
-5
lines changed
1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -59,12 +59,17 @@ EC2 DescribeInternetGateways ca-central-1: 1 items retrieved
59
59
```
60
60
61
61
The resulting ` myobjects.json ` file, holds a JSON array with the following structure:
62
- ``` json
62
+ ``` js
63
63
[
64
- { "Type" : " InternetGateway" , // the type of the object listed
65
- "Service" : " EC2" , // the service it was retrieved from
66
- "Region" : " ap-northeast-2" , // the region
67
- "Source" : { //the object itself, will change according to the object
64
+ {
65
+ // the type of the object listed
66
+ " Type" : " InternetGateway" ,
67
+ // the service it was retrieved from
68
+ " Service" : " EC2" ,
69
+ // the region
70
+ " Region" : " ap-northeast-2" ,
71
+ // the object itself, will change according to the object
72
+ " Source" : {
68
73
" Attachments" : [
69
74
{
70
75
" State" : {
You can’t perform that action at this time.
0 commit comments