Class: Aws::AuditManager::Types::AWSService

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb

Overview

An Amazon Web Services service such as Amazon S3 or CloudTrail.

For an example of how to find an Amazon Web Services service name and how to define it in your assessment scope, see the following:

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_nameString

The name of the Amazon Web Services service.

Returns:

  • (String)


61
62
63
64
65
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 61

class AWSService < Struct.new(
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end