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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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)


29969
29970
29971
29972
29973
29974
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29969

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)


29969
29970
29971
29972
29973
29974
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29969

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