Class: Aws::AuditManager::Types::Framework

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

Overview

The file that’s used to structure and automate Audit Manager assessments for a given compliance standard.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the framework.

Returns:

  • (String)


2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
# File 'lib/aws-sdk-auditmanager/types.rb', line 2680

class Framework < Struct.new(
  :arn,
  :id,
  :name,
  :type,
  :compliance_type,
  :description,
  :logo,
  :control_sources,
  :control_sets,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#compliance_typeString

The compliance type that the new custom framework supports, such as CIS or HIPAA.

Returns:

  • (String)


2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
# File 'lib/aws-sdk-auditmanager/types.rb', line 2680

class Framework < Struct.new(
  :arn,
  :id,
  :name,
  :type,
  :compliance_type,
  :description,
  :logo,
  :control_sources,
  :control_sets,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#control_setsArray<Types::ControlSet>

The control sets that are associated with the framework.

Returns:



2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
# File 'lib/aws-sdk-auditmanager/types.rb', line 2680

class Framework < Struct.new(
  :arn,
  :id,
  :name,
  :type,
  :compliance_type,
  :description,
  :logo,
  :control_sources,
  :control_sets,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#control_sourcesString

The sources that Audit Manager collects evidence from for the control.

Returns:

  • (String)


2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
# File 'lib/aws-sdk-auditmanager/types.rb', line 2680

class Framework < Struct.new(
  :arn,
  :id,
  :name,
  :type,
  :compliance_type,
  :description,
  :logo,
  :control_sources,
  :control_sets,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

Specifies when the framework was created.

Returns:

  • (Time)


2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
# File 'lib/aws-sdk-auditmanager/types.rb', line 2680

class Framework < Struct.new(
  :arn,
  :id,
  :name,
  :type,
  :compliance_type,
  :description,
  :logo,
  :control_sources,
  :control_sets,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

The IAM user or role that created the framework.

Returns:

  • (String)


2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
# File 'lib/aws-sdk-auditmanager/types.rb', line 2680

class Framework < Struct.new(
  :arn,
  :id,
  :name,
  :type,
  :compliance_type,
  :description,
  :logo,
  :control_sources,
  :control_sets,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the framework.

Returns:

  • (String)


2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
# File 'lib/aws-sdk-auditmanager/types.rb', line 2680

class Framework < Struct.new(
  :arn,
  :id,
  :name,
  :type,
  :compliance_type,
  :description,
  :logo,
  :control_sources,
  :control_sets,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier for the framework.

Returns:

  • (String)


2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
# File 'lib/aws-sdk-auditmanager/types.rb', line 2680

class Framework < Struct.new(
  :arn,
  :id,
  :name,
  :type,
  :compliance_type,
  :description,
  :logo,
  :control_sources,
  :control_sets,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

Specifies when the framework was most recently updated.

Returns:

  • (Time)


2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
# File 'lib/aws-sdk-auditmanager/types.rb', line 2680

class Framework < Struct.new(
  :arn,
  :id,
  :name,
  :type,
  :compliance_type,
  :description,
  :logo,
  :control_sources,
  :control_sets,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_byString

The IAM user or role that most recently updated the framework.

Returns:

  • (String)


2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
# File 'lib/aws-sdk-auditmanager/types.rb', line 2680

class Framework < Struct.new(
  :arn,
  :id,
  :name,
  :type,
  :compliance_type,
  :description,
  :logo,
  :control_sources,
  :control_sets,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#logoString

The logo that’s associated with the framework.

Returns:

  • (String)


2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
# File 'lib/aws-sdk-auditmanager/types.rb', line 2680

class Framework < Struct.new(
  :arn,
  :id,
  :name,
  :type,
  :compliance_type,
  :description,
  :logo,
  :control_sources,
  :control_sets,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the framework.

Returns:

  • (String)


2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
# File 'lib/aws-sdk-auditmanager/types.rb', line 2680

class Framework < Struct.new(
  :arn,
  :id,
  :name,
  :type,
  :compliance_type,
  :description,
  :logo,
  :control_sources,
  :control_sets,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags that are associated with the framework.

Returns:

  • (Hash<String,String>)


2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
# File 'lib/aws-sdk-auditmanager/types.rb', line 2680

class Framework < Struct.new(
  :arn,
  :id,
  :name,
  :type,
  :compliance_type,
  :description,
  :logo,
  :control_sources,
  :control_sets,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The framework type, such as a custom framework or a standard framework.

Returns:

  • (String)


2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
# File 'lib/aws-sdk-auditmanager/types.rb', line 2680

class Framework < Struct.new(
  :arn,
  :id,
  :name,
  :type,
  :compliance_type,
  :description,
  :logo,
  :control_sources,
  :control_sets,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end