Class: Aws::FraudDetector::Types::Label
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::Label
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
The label details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The label ARN.
-
#created_time ⇒ String
Timestamp of when the event type was created.
-
#description ⇒ String
The label description.
-
#last_updated_time ⇒ String
Timestamp of when the label was last updated.
-
#name ⇒ String
The label name.
Instance Attribute Details
#arn ⇒ String
The label ARN.
3166 3167 3168 3169 3170 3171 3172 3173 3174 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3166 class Label < Struct.new( :name, :description, :last_updated_time, :created_time, :arn) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ String
Timestamp of when the event type was created.
3166 3167 3168 3169 3170 3171 3172 3173 3174 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3166 class Label < Struct.new( :name, :description, :last_updated_time, :created_time, :arn) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The label description.
3166 3167 3168 3169 3170 3171 3172 3173 3174 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3166 class Label < Struct.new( :name, :description, :last_updated_time, :created_time, :arn) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ String
Timestamp of when the label was last updated.
3166 3167 3168 3169 3170 3171 3172 3173 3174 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3166 class Label < Struct.new( :name, :description, :last_updated_time, :created_time, :arn) SENSITIVE = [] include Aws::Structure end |