Class: Aws::SecurityHub::Types::StandardsManagedBy
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::StandardsManagedBy
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Provides details about the management of a security standard.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#company ⇒ String
An identifier for the company that manages a specific security standard.
-
#product ⇒ String
An identifier for the product that manages a specific security standard.
Instance Attribute Details
#company ⇒ String
An identifier for the company that manages a specific security standard. For existing standards, the value is equal to ‘Amazon Web Services`.
30153 30154 30155 30156 30157 30158 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30153 class StandardsManagedBy < Struct.new( :company, :product) SENSITIVE = [] include Aws::Structure end |
#product ⇒ String
An identifier for the product that manages a specific security standard. For existing standards, the value is equal to the Amazon Web Services service that manages the standard.
30153 30154 30155 30156 30157 30158 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30153 class StandardsManagedBy < Struct.new( :company, :product) SENSITIVE = [] include Aws::Structure end |