Class: Aws::AuditManager::Types::AssessmentFrameworkMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::AssessmentFrameworkMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
The metadata that’s associated with a standard framework or a custom framework.
Constant Summary collapse
- SENSITIVE =
[:compliance_type]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the framework.
-
#compliance_type ⇒ String
The compliance type that the new custom framework supports, such as CIS or HIPAA.
-
#control_sets_count ⇒ Integer
The number of control sets that are associated with the framework.
-
#controls_count ⇒ Integer
The number of controls that are associated with the framework.
-
#created_at ⇒ Time
The time when the framework was created.
-
#description ⇒ String
The description of the framework.
-
#id ⇒ String
The unique identifier for the framework.
-
#last_updated_at ⇒ Time
The time when the framework was most recently updated.
-
#logo ⇒ String
The logo that’s associated with the framework.
-
#name ⇒ String
The name of the framework.
-
#type ⇒ String
The framework type, such as a standard framework or a custom framework.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the framework.
412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 412 class AssessmentFrameworkMetadata < Struct.new( :arn, :id, :type, :name, :description, :logo, :compliance_type, :controls_count, :control_sets_count, :created_at, :last_updated_at) SENSITIVE = [:compliance_type] include Aws::Structure end |
#compliance_type ⇒ String
The compliance type that the new custom framework supports, such as CIS or HIPAA.
412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 412 class AssessmentFrameworkMetadata < Struct.new( :arn, :id, :type, :name, :description, :logo, :compliance_type, :controls_count, :control_sets_count, :created_at, :last_updated_at) SENSITIVE = [:compliance_type] include Aws::Structure end |
#control_sets_count ⇒ Integer
The number of control sets that are associated with the framework.
412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 412 class AssessmentFrameworkMetadata < Struct.new( :arn, :id, :type, :name, :description, :logo, :compliance_type, :controls_count, :control_sets_count, :created_at, :last_updated_at) SENSITIVE = [:compliance_type] include Aws::Structure end |
#controls_count ⇒ Integer
The number of controls that are associated with the framework.
412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 412 class AssessmentFrameworkMetadata < Struct.new( :arn, :id, :type, :name, :description, :logo, :compliance_type, :controls_count, :control_sets_count, :created_at, :last_updated_at) SENSITIVE = [:compliance_type] include Aws::Structure end |
#created_at ⇒ Time
The time when the framework was created.
412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 412 class AssessmentFrameworkMetadata < Struct.new( :arn, :id, :type, :name, :description, :logo, :compliance_type, :controls_count, :control_sets_count, :created_at, :last_updated_at) SENSITIVE = [:compliance_type] include Aws::Structure end |
#description ⇒ String
The description of the framework.
412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 412 class AssessmentFrameworkMetadata < Struct.new( :arn, :id, :type, :name, :description, :logo, :compliance_type, :controls_count, :control_sets_count, :created_at, :last_updated_at) SENSITIVE = [:compliance_type] include Aws::Structure end |
#id ⇒ String
The unique identifier for the framework.
412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 412 class AssessmentFrameworkMetadata < Struct.new( :arn, :id, :type, :name, :description, :logo, :compliance_type, :controls_count, :control_sets_count, :created_at, :last_updated_at) SENSITIVE = [:compliance_type] include Aws::Structure end |
#last_updated_at ⇒ Time
The time when the framework was most recently updated.
412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 412 class AssessmentFrameworkMetadata < Struct.new( :arn, :id, :type, :name, :description, :logo, :compliance_type, :controls_count, :control_sets_count, :created_at, :last_updated_at) SENSITIVE = [:compliance_type] include Aws::Structure end |
#logo ⇒ String
The logo that’s associated with the framework.
412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 412 class AssessmentFrameworkMetadata < Struct.new( :arn, :id, :type, :name, :description, :logo, :compliance_type, :controls_count, :control_sets_count, :created_at, :last_updated_at) SENSITIVE = [:compliance_type] include Aws::Structure end |
#name ⇒ String
The name of the framework.
412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 412 class AssessmentFrameworkMetadata < Struct.new( :arn, :id, :type, :name, :description, :logo, :compliance_type, :controls_count, :control_sets_count, :created_at, :last_updated_at) SENSITIVE = [:compliance_type] include Aws::Structure end |
#type ⇒ String
The framework type, such as a standard framework or a custom framework.
412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 412 class AssessmentFrameworkMetadata < Struct.new( :arn, :id, :type, :name, :description, :logo, :compliance_type, :controls_count, :control_sets_count, :created_at, :last_updated_at) SENSITIVE = [:compliance_type] include Aws::Structure end |