Class: Aws::FraudDetector::Types::EntityType
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::EntityType
- 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
-
#arn ⇒ String
The entity type ARN.
-
#created_time ⇒ String
Timestamp of when the entity type was created.
-
#description ⇒ String
The entity type description.
-
#last_updated_time ⇒ String
Timestamp of when the entity type was last updated.
-
#name ⇒ String
The entity type name.
Instance Attribute Details
#arn ⇒ String
The entity type ARN.
1441 1442 1443 1444 1445 1446 1447 1448 1449 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1441 class EntityType < Struct.new( :name, :description, :last_updated_time, :created_time, :arn) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ String
Timestamp of when the entity type was created.
1441 1442 1443 1444 1445 1446 1447 1448 1449 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1441 class EntityType < Struct.new( :name, :description, :last_updated_time, :created_time, :arn) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The entity type description.
1441 1442 1443 1444 1445 1446 1447 1448 1449 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1441 class EntityType < Struct.new( :name, :description, :last_updated_time, :created_time, :arn) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ String
Timestamp of when the entity type was last updated.
1441 1442 1443 1444 1445 1446 1447 1448 1449 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1441 class EntityType < Struct.new( :name, :description, :last_updated_time, :created_time, :arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The entity type name.
1441 1442 1443 1444 1445 1446 1447 1448 1449 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1441 class EntityType < Struct.new( :name, :description, :last_updated_time, :created_time, :arn) SENSITIVE = [] include Aws::Structure end |