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)


3504
3505
3506
3507
3508
3509
3510
3511
# File 'lib/aws-sdk-auditmanager/types.rb', line 3504

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

#descriptionString

The description of the specified AWS service.

Returns:

  • (String)


3504
3505
3506
3507
3508
3509
3510
3511
# File 'lib/aws-sdk-auditmanager/types.rb', line 3504

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)


3504
3505
3506
3507
3508
3509
3510
3511
# File 'lib/aws-sdk-auditmanager/types.rb', line 3504

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

#nameString

The name of the AWS service.

Returns:

  • (String)


3504
3505
3506
3507
3508
3509
3510
3511
# File 'lib/aws-sdk-auditmanager/types.rb', line 3504

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