File: ec2-describe-instance-attribute.xml

package info (click to toggle)
awscli 2.9.19-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 128,688 kB
  • sloc: python: 169,787; xml: 15,083; sh: 178; makefile: 157; javascript: 4
file content (9 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<DescribeInstanceAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2014-06-15/">
    <requestId>4c94c806-ef28-4f4c-b1c7-3e601fe39497</requestId>
    <instanceId>i-12345678</instanceId>
    <rootDeviceName>
        <value>/dev/sda1</value>
    </rootDeviceName>
</DescribeInstanceAttributeResponse>