Class: Aws::FraudDetector::Types::EntityType

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

Overview

The entity type details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The entity type ARN.

Returns:

  • (String)


1543
1544
1545
1546
1547
1548
1549
1550
1551
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1543

class EntityType < Struct.new(
  :name,
  :description,
  :last_updated_time,
  :created_time,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeString

Timestamp of when the entity type was created.

Returns:

  • (String)


1543
1544
1545
1546
1547
1548
1549
1550
1551
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1543

class EntityType < Struct.new(
  :name,
  :description,
  :last_updated_time,
  :created_time,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The entity type description.

Returns:

  • (String)


1543
1544
1545
1546
1547
1548
1549
1550
1551
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1543

class EntityType < Struct.new(
  :name,
  :description,
  :last_updated_time,
  :created_time,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeString

Timestamp of when the entity type was last updated.

Returns:

  • (String)


1543
1544
1545
1546
1547
1548
1549
1550
1551
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1543

class EntityType < Struct.new(
  :name,
  :description,
  :last_updated_time,
  :created_time,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The entity type name.

Returns:

  • (String)


1543
1544
1545
1546
1547
1548
1549
1550
1551
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1543

class EntityType < Struct.new(
  :name,
  :description,
  :last_updated_time,
  :created_time,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end