Class: Aws::FraudDetector::Types::EntityType
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::EntityType
- Includes:
- Structure
- Defined in:
- 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.
1543 1544 1545 1546 1547 1548 1549 1550 1551 |
# File '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_time ⇒ String
Timestamp of when the entity type was created.
1543 1544 1545 1546 1547 1548 1549 1550 1551 |
# File '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 |
#description ⇒ String
The entity type description.
1543 1544 1545 1546 1547 1548 1549 1550 1551 |
# File '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_time ⇒ String
Timestamp of when the entity type was last updated.
1543 1544 1545 1546 1547 1548 1549 1550 1551 |
# File '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 |
#name ⇒ String
The entity type name.
1543 1544 1545 1546 1547 1548 1549 1550 1551 |
# File '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 |