Class: Aws::AuditManager::Types::ServiceMetadata

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

Overview

The metadata associated with the specified AWS service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#categoryString

The category in which the AWS service belongs, such as compute, storage, database, and so on.

Returns:

  • (String)


3474
3475
3476
3477
3478
3479
3480
3481
# File 'lib/aws-sdk-auditmanager/types.rb', line 3474

class ServiceMetadata < Struct.new(
  :name,
  :display_name,
  :description,
  :category)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the specified AWS service.

Returns:

  • (String)


3474
3475
3476
3477
3478
3479
3480
3481
# File 'lib/aws-sdk-auditmanager/types.rb', line 3474

class ServiceMetadata < Struct.new(
  :name,
  :display_name,
  :description,
  :category)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The display name of the AWS service.

Returns:

  • (String)


3474
3475
3476
3477
3478
3479
3480
3481
# File 'lib/aws-sdk-auditmanager/types.rb', line 3474

class ServiceMetadata < Struct.new(
  :name,
  :display_name,
  :description,
  :category)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the AWS service.

Returns:

  • (String)


3474
3475
3476
3477
3478
3479
3480
3481
# File 'lib/aws-sdk-auditmanager/types.rb', line 3474

class ServiceMetadata < Struct.new(
  :name,
  :display_name,
  :description,
  :category)
  SENSITIVE = []
  include Aws::Structure
end