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
, or service_operation
.
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
, orServiceOperation
.
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
, or
ServiceOperation
.
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 |