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

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

Overview

The metadata of a framework, such as the name, ID, description, and so on.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compliance_typeString

The compliance standard associated with the framework, such as PCI-DSS or HIPAA.

Returns:

  • (String)


2263
2264
2265
2266
2267
2268
2269
2270
# File 'lib/aws-sdk-auditmanager/types.rb', line 2263

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

#descriptionString

The description of the framework.

Returns:

  • (String)


2263
2264
2265
2266
2267
2268
2269
2270
# File 'lib/aws-sdk-auditmanager/types.rb', line 2263

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

#logoString

The logo associated with the framework.

Returns:

  • (String)


2263
2264
2265
2266
2267
2268
2269
2270
# File 'lib/aws-sdk-auditmanager/types.rb', line 2263

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

#nameString

The name of the framework.

Returns:

  • (String)


2263
2264
2265
2266
2267
2268
2269
2270
# File 'lib/aws-sdk-auditmanager/types.rb', line 2263

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