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)


30160
30161
30162
30163
30164
30165
# File 'lib/aws-sdk-securityhub/types.rb', line 30160

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)


30160
30161
30162
30163
30164
30165
# File 'lib/aws-sdk-securityhub/types.rb', line 30160

class StandardsManagedBy < Struct.new(
  :company,
  :product)
  SENSITIVE = []
  include Aws::Structure
end