Class: Aws::AuditManager::Types::AWSService
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::AWSService
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
An Amazon Web Service such as Amazon S3 or CloudTrail.
For an example of how to find an Amazon Web Service name and how to define it in your assessment scope, see the following:
-
[Finding an Amazon Web Service name to use in your assessment scope]
- Defining an Amazon Web Service name in your assessment scope][2
[1]: docs.aws.amazon.com/audit-manager/latest/APIReference/API_GetServicesInScope.html#API_GetServicesInScope_Example_2 [2]: docs.aws.amazon.com/audit-manager/latest/APIReference/API_GetServicesInScope.html#API_GetServicesInScope_Example_3
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_name ⇒ String
The name of the Amazon Web Service.
Instance Attribute Details
#service_name ⇒ String
The name of the Amazon Web Service.
60 61 62 63 64 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 60 class AWSService < Struct.new( :service_name) SENSITIVE = [] include Aws::Structure end |