Class: Aws::Budgets::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::ListTagsForResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-budgets/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The unique identifier for the resource.
Instance Attribute Details
#resource_arn ⇒ String
The unique identifier for the resource.
1616 1617 1618 1619 1620 |
# File 'lib/aws-sdk-budgets/types.rb', line 1616 class ListTagsForResourceRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |