Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DescribeTagsItem ¶
type DescribeTagsResponse ¶
type DescribeTagsResponse struct {
XMLName xml.Name `xml:"DescribeTagsResponse"`
TagSet struct {
Items []DescribeTagsItem `xml:"item"`
} `xml:"tagSet"`
}
type RunnerAuthAWSRequest ¶
type RunnerAuthAWSRequest struct {
STSRequest *awstypes.PresignedRequest `json:"sts" validate:"required"`
TagsRequest *awstypes.PresignedRequest `json:"tags" validate:"required"`
}
type RunnerAuthAWSResponse ¶
Click to show internal directories.
Click to hide internal directories.