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 AWS service such as Amazon S3, AWS CloudTrail, and so on.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_nameString

The name of the AWS service.

Returns:

  • (String)


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

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