Values.DescribeTargetGroupAttributesOutputSourceDescribes the attributes for the specified target group. For more information, see the following: Target group attributes in the Application Load Balancers Guide Target group attributes in the Network Load Balancers Guide Target group attributes in the Gateway Load Balancers Guide
type describeTargetGroupAttributesResult = {attributes : TargetGroupAttributes.t option;Information about the target group attributes
*)}and t = {describeTargetGroupAttributesResult : describeTargetGroupAttributesResult;responseMetaData : responseMetaData;}type error = [ | `TargetGroupNotFoundException of TargetGroupNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `TargetGroupNotFoundException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `TargetGroupNotFoundException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of TargetGroupAttributeKey.t ])
list ]
list ])
list ])
list ]