Class: Aws::Budgets::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::TagResourceRequest
- Defined in:
- gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The unique identifier for the resource.
-
#resource_tags ⇒ Array<Types::ResourceTag>
The tags associated with the resource.
Instance Attribute Details
#resource_arn ⇒ String
The unique identifier for the resource.
1964 1965 1966 1967 1968 1969 |
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1964 class TagResourceRequest < Struct.new( :resource_arn, :resource_tags) SENSITIVE = [] include Aws::Structure end |
#resource_tags ⇒ Array<Types::ResourceTag>
The tags associated with the resource.
1964 1965 1966 1967 1968 1969 |
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1964 class TagResourceRequest < Struct.new( :resource_arn, :resource_tags) SENSITIVE = [] include Aws::Structure end |