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.
920 921 922 923 924 925 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 920 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.
920 921 922 923 924 925 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 920 class ResourceTag < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |