Class: Aws::FraudDetector::Types::Label

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb

Overview

The label details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The label ARN.

Returns:

  • (String)


3166
3167
3168
3169
3170
3171
3172
3173
3174
# File 'gems/aws-sdk-frauddetector/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_timeString

Timestamp of when the event type was created.

Returns:

  • (String)


3166
3167
3168
3169
3170
3171
3172
3173
3174
# File 'gems/aws-sdk-frauddetector/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

#descriptionString

The label description.

Returns:

  • (String)


3166
3167
3168
3169
3170
3171
3172
3173
3174
# File 'gems/aws-sdk-frauddetector/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_timeString

Timestamp of when the label was last updated.

Returns:

  • (String)


3166
3167
3168
3169
3170
3171
3172
3173
3174
# File 'gems/aws-sdk-frauddetector/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

#nameString

The label name.

Returns:

  • (String)


3166
3167
3168
3169
3170
3171
3172
3173
3174
# File 'gems/aws-sdk-frauddetector/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