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>

A list of ParameterName and ParameterValue pairs.

Returns:



3600
3601
3602
3603
3604
3605
3606
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3600

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)


3600
3601
3602
3603
3604
3605
3606
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3600

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:



3600
3601
3602
3603
3604
3605
3606
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3600

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