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

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

Overview

Note:

When making an API call, you may pass AWSService data as a hash:

{
  service_name: "AWSServiceName",
}

An Amazon Web Service such as Amazon S3 or CloudTrail.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_nameString

The name of the Amazon Web Service.

Returns:

  • (String)


63
64
65
66
67
# File 'lib/aws-sdk-auditmanager/types.rb', line 63

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