Class: Aws::FraudDetector::Types::PutLabelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::PutLabelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The label description.
-
#name ⇒ String
The label name.
-
#tags ⇒ Array<Types::Tag>
A collection of key and value pairs.
Instance Attribute Details
#description ⇒ String
The label description.
4020 4021 4022 4023 4024 4025 4026 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 4020 class PutLabelRequest < Struct.new( :name, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The label name.
4020 4021 4022 4023 4024 4025 4026 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 4020 class PutLabelRequest < Struct.new( :name, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A collection of key and value pairs.
4020 4021 4022 4023 4024 4025 4026 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 4020 class PutLabelRequest < Struct.new( :name, :description, :tags) SENSITIVE = [] include Aws::Structure end |