Class: Aws::AuditManager::Types::ServiceMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::ServiceMetadata
- Includes:
- Structure
- Defined in:
- 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
-
#category ⇒ String
The category that the Amazon Web Service belongs to, such as compute, storage, or database.
-
#description ⇒ String
The description of the Amazon Web Service.
-
#display_name ⇒ String
The display name of the Amazon Web Service.
-
#name ⇒ String
The name of the Amazon Web Service.
Instance Attribute Details
#category ⇒ String
The category that the Amazon Web Service belongs to, such as compute, storage, or database.
4027 4028 4029 4030 4031 4032 4033 4034 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4027 class ServiceMetadata < Struct.new( :name, :display_name, :description, :category) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the Amazon Web Service.
4027 4028 4029 4030 4031 4032 4033 4034 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4027 class ServiceMetadata < Struct.new( :name, :display_name, :description, :category) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The display name of the Amazon Web Service.
4027 4028 4029 4030 4031 4032 4033 4034 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4027 class ServiceMetadata < Struct.new( :name, :display_name, :description, :category) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Amazon Web Service.
4027 4028 4029 4030 4031 4032 4033 4034 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4027 class ServiceMetadata < Struct.new( :name, :display_name, :description, :category) SENSITIVE = [] include Aws::Structure end |