Values_5.DescribeVpcAttributeResultSourceDescribes the specified attribute of the specified VPC. You can specify only one attribute at a time.
type nonrec t = {enableDnsHostnames : Values_3.AttributeBooleanValue.t option;Indicates whether the instances launched in the VPC get DNS hostnames. If this attribute is true, instances in the VPC get DNS hostnames; otherwise, they do not.
*)enableDnsSupport : Values_3.AttributeBooleanValue.t option;Indicates whether DNS resolution is enabled for the VPC. If this attribute is true, the Amazon DNS server resolves DNS hostnames for your instances to their corresponding IP addresses; otherwise, it does not.
*)enableNetworkAddressUsageMetrics : Values_3.AttributeBooleanValue.t option;Indicates whether Network Address Usage metrics are enabled for your VPC.
*)vpcId : Values_0.String_.t option;The ID of the VPC.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.String_.t
| `Structure of (string * [> `Boolean of Values_0.Boolean.t ]) list ])
list ]