Class: Aws::AuditManager::Types::FrameworkMetadata

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb

Overview

The metadata of a framework, such as the name, ID, or description.

Constant Summary collapse

SENSITIVE =
[:name, :compliance_type]

Instance Attribute Summary collapse

Instance Attribute Details

#compliance_typeString

The compliance standard that's associated with the framework. For example, this could be PCI DSS or HIPAA.

Returns:

  • (String)


2517
2518
2519
2520
2521
2522
2523
2524
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2517

class FrameworkMetadata < Struct.new(
  :name,
  :description,
  :logo,
  :compliance_type)
  SENSITIVE = [:name, :compliance_type]
  include Aws::Structure
end

#descriptionString

The description of the framework.

Returns:

  • (String)


2517
2518
2519
2520
2521
2522
2523
2524
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2517

class FrameworkMetadata < Struct.new(
  :name,
  :description,
  :logo,
  :compliance_type)
  SENSITIVE = [:name, :compliance_type]
  include Aws::Structure
end

#logoString

The logo that's associated with the framework.

Returns:

  • (String)


2517
2518
2519
2520
2521
2522
2523
2524
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2517

class FrameworkMetadata < Struct.new(
  :name,
  :description,
  :logo,
  :compliance_type)
  SENSITIVE = [:name, :compliance_type]
  include Aws::Structure
end

#nameString

The name of the framework.

Returns:

  • (String)


2517
2518
2519
2520
2521
2522
2523
2524
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2517

class FrameworkMetadata < Struct.new(
  :name,
  :description,
  :logo,
  :compliance_type)
  SENSITIVE = [:name, :compliance_type]
  include Aws::Structure
end