Class: Aws::SecurityHub::Types::StandardsManagedBy

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#companyString

An identifier for the company that manages a specific security standard. For existing standards, the value is equal to ‘Amazon Web Services`.

Returns:

  • (String)


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

#productString

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.

Returns:

  • (String)


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