Class: Aws::LookoutforVision::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::TagResourceRequest
- Defined in:
- gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the model to assign the tags.
-
#tags ⇒ Array<Types::Tag>
The key-value tags to assign to the model.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the model to assign the tags.
1897 1898 1899 1900 1901 1902 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 1897 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The key-value tags to assign to the model.
1897 1898 1899 1900 1901 1902 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 1897 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |