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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-auditmanager/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 =
[:compliance_type, :control_sets, :created_by, :last_updated_by]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the framework.

Returns:

  • (String)


2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2477

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 = [:compliance_type, :control_sets, :created_by, :last_updated_by]
  include Aws::Structure
end

#compliance_typeString

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

Returns:

  • (String)


2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2477

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 = [:compliance_type, :control_sets, :created_by, :last_updated_by]
  include Aws::Structure
end

#control_setsArray<Types::ControlSet>

The control sets that are associated with the framework.

Returns:



2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2477

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 = [:compliance_type, :control_sets, :created_by, :last_updated_by]
  include Aws::Structure
end

#control_sourcesString

The control data sources where Audit Manager collects evidence from.

Returns:

  • (String)


2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2477

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 = [:compliance_type, :control_sets, :created_by, :last_updated_by]
  include Aws::Structure
end

#created_atTime

The time when the framework was created.

Returns:

  • (Time)


2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2477

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 = [:compliance_type, :control_sets, :created_by, :last_updated_by]
  include Aws::Structure
end

#created_byString

The user or role that created the framework.

Returns:

  • (String)


2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2477

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 = [:compliance_type, :control_sets, :created_by, :last_updated_by]
  include Aws::Structure
end

#descriptionString

The description of the framework.

Returns:

  • (String)


2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2477

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 = [:compliance_type, :control_sets, :created_by, :last_updated_by]
  include Aws::Structure
end

#idString

The unique identifier for the framework.

Returns:

  • (String)


2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2477

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 = [:compliance_type, :control_sets, :created_by, :last_updated_by]
  include Aws::Structure
end

#last_updated_atTime

The time when the framework was most recently updated.

Returns:

  • (Time)


2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2477

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 = [:compliance_type, :control_sets, :created_by, :last_updated_by]
  include Aws::Structure
end

#last_updated_byString

The user or role that most recently updated the framework.

Returns:

  • (String)


2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2477

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 = [:compliance_type, :control_sets, :created_by, :last_updated_by]
  include Aws::Structure
end

#logoString

The logo that's associated with the framework.

Returns:

  • (String)


2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2477

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 = [:compliance_type, :control_sets, :created_by, :last_updated_by]
  include Aws::Structure
end

#nameString

The name of the framework.

Returns:

  • (String)


2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2477

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 = [:compliance_type, :control_sets, :created_by, :last_updated_by]
  include Aws::Structure
end

#tagsHash<String,String>

The tags that are associated with the framework.

Returns:

  • (Hash<String,String>)


2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2477

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 = [:compliance_type, :control_sets, :created_by, :last_updated_by]
  include Aws::Structure
end

#typeString

Specifies whether the framework is a standard framework or a custom framework.

Returns:

  • (String)


2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2477

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 = [:compliance_type, :control_sets, :created_by, :last_updated_by]
  include Aws::Structure
end