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

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

Overview

The metadata that's associated with the Amazon Web Service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#categoryString

The category that the Amazon Web Service belongs to, such as compute, storage, or database.

Returns:

  • (String)


4027
4028
4029
4030
4031
4032
4033
4034
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4027

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

#descriptionString

The description of the Amazon Web Service.

Returns:

  • (String)


4027
4028
4029
4030
4031
4032
4033
4034
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4027

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

#display_nameString

The display name of the Amazon Web Service.

Returns:

  • (String)


4027
4028
4029
4030
4031
4032
4033
4034
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4027

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

#nameString

The name of the Amazon Web Service.

Returns:

  • (String)


4027
4028
4029
4030
4031
4032
4033
4034
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4027

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