Class: Aws::ApplicationSignals::Types::AuditTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::AuditTarget
- Defined in:
- gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb
Overview
A structure that specifies the target entity for audit analysis, such
as a service, SLO, service_operation, or canary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data ⇒ Types::AuditTargetEntity
The specific data identifying the audit target entity.
-
#type ⇒ String
The type of entity being audited, such as
service,SLO,service_operation, orcanary.
Instance Attribute Details
#data ⇒ Types::AuditTargetEntity
The specific data identifying the audit target entity.
115 116 117 118 119 120 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 115 class AuditTarget < Struct.new( :type, :data) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of entity being audited, such as service, SLO,
service_operation, or canary.
115 116 117 118 119 120 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 115 class AuditTarget < Struct.new( :type, :data) SENSITIVE = [] include Aws::Structure end |