Class: Aws::BCMDashboards::Types::ResourceTag
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDashboards::Types::ResourceTag
- Defined in:
- gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb
Overview
A key-value pair that can be attached to a dashboard for organization and management purposes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The key of the tag to be attached to the dashboard resource.
-
#value ⇒ String
The value of the tag to be attached to the dashboard resource.
Instance Attribute Details
#key ⇒ String
The key of the tag to be attached to the dashboard resource.
702 703 704 705 706 707 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 702 class ResourceTag < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the tag to be attached to the dashboard resource.
702 703 704 705 706 707 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 702 class ResourceTag < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |