Class: Aws::WAF::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::ListTagsForResourceRequest
- Defined in:
- gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb
Overview
Note:
When making an API call, you may pass ListTagsForResourceRequest data as a hash:
{
next_marker: "NextMarker",
limit: 1,
resource_arn: "ResourceArn", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#limit ⇒ Integer
3955 3956 3957 3958 3959 3960 3961 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 3955 class ListTagsForResourceRequest < Struct.new( :next_marker, :limit, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#next_marker ⇒ String
3955 3956 3957 3958 3959 3960 3961 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 3955 class ListTagsForResourceRequest < Struct.new( :next_marker, :limit, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
3955 3956 3957 3958 3959 3960 3961 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 3955 class ListTagsForResourceRequest < Struct.new( :next_marker, :limit, :resource_arn) SENSITIVE = [] include Aws::Structure end |