Class: Aws::Types::PatchRule

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#approve_after_days::Integer

Returns the value of attribute approve_after_days.

Returns:



3646
3647
3648
# File 'sig/types.rbs', line 3646

def approve_after_days
  @approve_after_days
end

#approve_until_date::String

Returns the value of attribute approve_until_date.

Returns:



3647
3648
3649
# File 'sig/types.rbs', line 3647

def approve_until_date
  @approve_until_date
end

#compliance_level"CRITICAL", ...

Returns the value of attribute compliance_level.

Returns:



3645
3646
3647
# File 'sig/types.rbs', line 3645

def compliance_level
  @compliance_level
end

#enable_non_securityBoolean

Returns the value of attribute enable_non_security.

Returns:



3648
3649
3650
# File 'sig/types.rbs', line 3648

def enable_non_security
  @enable_non_security
end

#patch_filter_groupTypes::PatchFilterGroup

Returns the value of attribute patch_filter_group.

Returns:



3644
3645
3646
# File 'sig/types.rbs', line 3644

def patch_filter_group
  @patch_filter_group
end