Class: Aws::Types::FrameworkControl

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#control_input_parameters::Array[Types::ControlInputParameter]

Returns the value of attribute control_input_parameters.

Returns:



898
899
900
# File 'sig/types.rbs', line 898

def control_input_parameters
  @control_input_parameters
end

#control_name::String

Returns the value of attribute control_name.

Returns:

  • (::String)


897
898
899
# File 'sig/types.rbs', line 897

def control_name
  @control_name
end

#control_scopeTypes::ControlScope

Returns the value of attribute control_scope.

Returns:



899
900
901
# File 'sig/types.rbs', line 899

def control_scope
  @control_scope
end