Class: Aws::Backup::Types::FrameworkControl

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

Overview

Contains detailed information about all of the controls of a framework. Each framework must contain at least one control.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#control_input_parametersArray<Types::ControlInputParameter>

The name/value pairs.

Returns:



3630
3631
3632
3633
3634
3635
3636
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3630

class FrameworkControl < Struct.new(
  :control_name,
  :control_input_parameters,
  :control_scope)
  SENSITIVE = []
  include Aws::Structure
end

#control_nameString

The name of a control. This name is between 1 and 256 characters.

Returns:

  • (String)


3630
3631
3632
3633
3634
3635
3636
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3630

class FrameworkControl < Struct.new(
  :control_name,
  :control_input_parameters,
  :control_scope)
  SENSITIVE = []
  include Aws::Structure
end

#control_scopeTypes::ControlScope

The scope of a control. The control scope defines what the control will evaluate. Three examples of control scopes are: a specific backup plan, all backup plans with a specific tag, or all backup plans.

For more information, see ControlScope.

Returns:



3630
3631
3632
3633
3634
3635
3636
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3630

class FrameworkControl < Struct.new(
  :control_name,
  :control_input_parameters,
  :control_scope)
  SENSITIVE = []
  include Aws::Structure
end