Home
last modified time | relevance | path

Searched refs:GroupByAttribute (Results 1 – 25 of 104) sorted by relevance

12345

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-resourcegroupstaggingapi/source/model/
H A DGroupByAttribute.cpp28 GroupByAttribute GetGroupByAttributeForName(const Aws::String& name) in GetGroupByAttributeForName()
33 return GroupByAttribute::TARGET_ID; in GetGroupByAttributeForName()
37 return GroupByAttribute::REGION; in GetGroupByAttributeForName()
41 return GroupByAttribute::RESOURCE_TYPE; in GetGroupByAttributeForName()
47 return static_cast<GroupByAttribute>(hashCode); in GetGroupByAttributeForName()
50 return GroupByAttribute::NOT_SET; in GetGroupByAttributeForName()
53 Aws::String GetNameForGroupByAttribute(GroupByAttribute enumValue) in GetNameForGroupByAttribute()
57 case GroupByAttribute::TARGET_ID: in GetNameForGroupByAttribute()
59 case GroupByAttribute::REGION: in GetNameForGroupByAttribute()
61 case GroupByAttribute::RESOURCE_TYPE: in GetNameForGroupByAttribute()
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/resourcegroupstaggingapi/types/
H A Denums.go23 type GroupByAttribute string type
27 GroupByAttributeTargetId GroupByAttribute = "TARGET_ID"
28 GroupByAttributeRegion GroupByAttribute = "REGION"
29 GroupByAttributeResourceType GroupByAttribute = "RESOURCE_TYPE"
35 func (GroupByAttribute) Values() []GroupByAttribute {
36 return []GroupByAttribute{
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/resourcegroupstaggingapi/types/
H A Denums.go23 type GroupByAttribute string type
27 GroupByAttributeTargetId GroupByAttribute = "TARGET_ID"
28 GroupByAttributeRegion GroupByAttribute = "REGION"
29 GroupByAttributeResourceType GroupByAttribute = "RESOURCE_TYPE"
35 func (GroupByAttribute) Values() []GroupByAttribute {
36 return []GroupByAttribute{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/resourcegroupstaggingapi/types/
H A Denums.go23 type GroupByAttribute string type
27 GroupByAttributeTargetId GroupByAttribute = "TARGET_ID"
28 GroupByAttributeRegion GroupByAttribute = "REGION"
29 GroupByAttributeResourceType GroupByAttribute = "RESOURCE_TYPE"
35 func (GroupByAttribute) Values() []GroupByAttribute {
36 return []GroupByAttribute{
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi/types/
H A Denums.go23 type GroupByAttribute string type
27 GroupByAttributeTargetId GroupByAttribute = "TARGET_ID"
28 GroupByAttributeRegion GroupByAttribute = "REGION"
29 GroupByAttributeResourceType GroupByAttribute = "RESOURCE_TYPE"
35 func (GroupByAttribute) Values() []GroupByAttribute {
36 return []GroupByAttribute{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/resourcegroupstaggingapi/types/
H A Denums.go23 type GroupByAttribute string type
27 GroupByAttributeTargetId GroupByAttribute = "TARGET_ID"
28 GroupByAttributeRegion GroupByAttribute = "REGION"
29 GroupByAttributeResourceType GroupByAttribute = "RESOURCE_TYPE"
35 func (GroupByAttribute) Values() []GroupByAttribute {
36 return []GroupByAttribute{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/resourcegroupstaggingapi/types/
H A Denums.go23 type GroupByAttribute string type
27 GroupByAttributeTargetId GroupByAttribute = "TARGET_ID"
28 GroupByAttributeRegion GroupByAttribute = "REGION"
29 GroupByAttributeResourceType GroupByAttribute = "RESOURCE_TYPE"
35 func (GroupByAttribute) Values() []GroupByAttribute {
36 return []GroupByAttribute{
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi/types/
H A Denums.go23 type GroupByAttribute string type
27 GroupByAttributeTargetId GroupByAttribute = "TARGET_ID"
28 GroupByAttributeRegion GroupByAttribute = "REGION"
29 GroupByAttributeResourceType GroupByAttribute = "RESOURCE_TYPE"
35 func (GroupByAttribute) Values() []GroupByAttribute {
36 return []GroupByAttribute{
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/resourcegroupstaggingapi/types/
H A Denums.go23 type GroupByAttribute string type
27 GroupByAttributeTargetId GroupByAttribute = "TARGET_ID"
28 GroupByAttributeRegion GroupByAttribute = "REGION"
29 GroupByAttributeResourceType GroupByAttribute = "RESOURCE_TYPE"
35 func (GroupByAttribute) Values() []GroupByAttribute {
36 return []GroupByAttribute{
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-resourcegroupstaggingapi/include/aws/resourcegroupstaggingapi/model/
H A DGroupByAttribute.h16 enum class GroupByAttribute enum
26 AWS_RESOURCEGROUPSTAGGINGAPI_API GroupByAttribute GetGroupByAttributeForName(const Aws::String& nam…
28 AWS_RESOURCEGROUPSTAGGINGAPI_API Aws::String GetNameForGroupByAttribute(GroupByAttribute value);
H A DGetComplianceSummaryRequest.h443 inline const Aws::Vector<GroupByAttribute>& GetGroupBy() const{ return m_groupBy; } in GetGroupBy()
455 …inline void SetGroupBy(const Aws::Vector<GroupByAttribute>& value) { m_groupByHasBeenSet = true; m… in SetGroupBy()
461 …inline void SetGroupBy(Aws::Vector<GroupByAttribute>&& value) { m_groupByHasBeenSet = true; m_grou… in SetGroupBy()
467 …inline GetComplianceSummaryRequest& WithGroupBy(const Aws::Vector<GroupByAttribute>& value) { SetG… in WithGroupBy()
473 …inline GetComplianceSummaryRequest& WithGroupBy(Aws::Vector<GroupByAttribute>&& value) { SetGroupB… in WithGroupBy()
479 …inline GetComplianceSummaryRequest& AddGroupBy(const GroupByAttribute& value) { m_groupByHasBeenSe… in AddGroupBy()
485 …inline GetComplianceSummaryRequest& AddGroupBy(GroupByAttribute&& value) { m_groupByHasBeenSet = t… in AddGroupBy()
595 Aws::Vector<GroupByAttribute> m_groupBy;
/dports/devel/awscli/awscli-1.20.61/awscli/examples/securityhub/
H A Dget-insights.rst27 "GroupByAttribute": "ResourceId",
H A Dget-insight-results.rst12 "GroupByAttribute": "ResourceId",
H A Dupdate-insight.rst40 "GroupByAttribute": "ResourceId"
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/securityhub/
H A Dapi_op_UpdateInsight.go41 GroupByAttribute *string member
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/securityhub/
H A Dapi_op_CreateInsight.go46 GroupByAttribute *string member
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/securityhub/
H A Dapi_op_UpdateInsight.go41 GroupByAttribute *string member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/securityhub/
H A Dapi_op_CreateInsight.go46 GroupByAttribute *string member
H A Dapi_op_UpdateInsight.go41 GroupByAttribute *string
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/securityhub/
H A Dapi_op_UpdateInsight.go41 GroupByAttribute *string member
H A Dapi_op_CreateInsight.go46 GroupByAttribute *string member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/securityhub/
H A Dapi_op_CreateInsight.go46 GroupByAttribute *string member
H A Dapi_op_UpdateInsight.go41 GroupByAttribute *string member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/securityhub/
H A Dapi_op_CreateInsight.go46 GroupByAttribute *string member
H A Dapi_op_UpdateInsight.go41 GroupByAttribute *string member

12345