Class: Aws::Inspector::Types::AssessmentTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::AssessmentTarget
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
Contains information about an Amazon Inspector application. This data type is used as the response element in the DescribeAssessmentTargets action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN that specifies the Amazon Inspector assessment target.
-
#created_at ⇒ Time
The time at which the assessment target is created.
-
#name ⇒ String
The name of the Amazon Inspector assessment target.
-
#resource_group_arn ⇒ String
The ARN that specifies the resource group that is associated with the assessment target.
-
#updated_at ⇒ Time
The time at which UpdateAssessmentTarget is called.
Instance Attribute Details
#arn ⇒ String
The ARN that specifies the Amazon Inspector assessment target.
515 516 517 518 519 520 521 522 523 |
# File 'lib/aws-sdk-inspector/types.rb', line 515 class AssessmentTarget < Struct.new( :arn, :name, :resource_group_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The time at which the assessment target is created.
515 516 517 518 519 520 521 522 523 |
# File 'lib/aws-sdk-inspector/types.rb', line 515 class AssessmentTarget < Struct.new( :arn, :name, :resource_group_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Amazon Inspector assessment target.
515 516 517 518 519 520 521 522 523 |
# File 'lib/aws-sdk-inspector/types.rb', line 515 class AssessmentTarget < Struct.new( :arn, :name, :resource_group_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#resource_group_arn ⇒ String
The ARN that specifies the resource group that is associated with the assessment target.
515 516 517 518 519 520 521 522 523 |
# File 'lib/aws-sdk-inspector/types.rb', line 515 class AssessmentTarget < Struct.new( :arn, :name, :resource_group_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The time at which UpdateAssessmentTarget is called.
515 516 517 518 519 520 521 522 523 |
# File 'lib/aws-sdk-inspector/types.rb', line 515 class AssessmentTarget < Struct.new( :arn, :name, :resource_group_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |