Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.ELBv2.DescribeTargetGroupAttributes
Description
Describes the attributes for the specified target group.
- describeTargetGroupAttributes :: Text -> DescribeTargetGroupAttributes
- data DescribeTargetGroupAttributes
- dtgaTargetGroupARN :: Lens' DescribeTargetGroupAttributes Text
- describeTargetGroupAttributesResponse :: Int -> DescribeTargetGroupAttributesResponse
- data DescribeTargetGroupAttributesResponse
- dtgarsAttributes :: Lens' DescribeTargetGroupAttributesResponse [TargetGroupAttribute]
- dtgarsResponseStatus :: Lens' DescribeTargetGroupAttributesResponse Int
Creating a Request
describeTargetGroupAttributes Source #
Arguments
:: Text | |
-> DescribeTargetGroupAttributes |
Creates a value of DescribeTargetGroupAttributes
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeTargetGroupAttributes Source #
Contains the parameters for DescribeTargetGroupAttributes.
See: describeTargetGroupAttributes
smart constructor.
Instances
Request Lenses
dtgaTargetGroupARN :: Lens' DescribeTargetGroupAttributes Text Source #
The Amazon Resource Name (ARN) of the target group.
Destructuring the Response
describeTargetGroupAttributesResponse Source #
Arguments
:: Int | |
-> DescribeTargetGroupAttributesResponse |
Creates a value of DescribeTargetGroupAttributesResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeTargetGroupAttributesResponse Source #
Contains the output of DescribeTargetGroupAttributes.
See: describeTargetGroupAttributesResponse
smart constructor.
Instances
Response Lenses
dtgarsAttributes :: Lens' DescribeTargetGroupAttributesResponse [TargetGroupAttribute] Source #
Information about the target group attributes
dtgarsResponseStatus :: Lens' DescribeTargetGroupAttributesResponse Int Source #
The response status code.