Class: Aws::Types::CreatePatchBaselineRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#approval_rulesTypes::PatchRuleGroup

Returns the value of attribute approval_rules.

Returns:



797
798
799
# File 'sig/types.rbs', line 797

def approval_rules
  @approval_rules
end

#approved_patches::Array[::String]

Returns the value of attribute approved_patches.

Returns:



798
799
800
# File 'sig/types.rbs', line 798

def approved_patches
  @approved_patches
end

#approved_patches_compliance_level"CRITICAL", ...

Returns the value of attribute approved_patches_compliance_level.

Returns:



799
800
801
# File 'sig/types.rbs', line 799

def approved_patches_compliance_level
  @approved_patches_compliance_level
end

#approved_patches_enable_non_securityBoolean

Returns the value of attribute approved_patches_enable_non_security.

Returns:



800
801
802
# File 'sig/types.rbs', line 800

def approved_patches_enable_non_security
  @approved_patches_enable_non_security
end

#available_security_updates_compliance_status"COMPLIANT", "NON_COMPLIANT"

Returns the value of attribute available_security_updates_compliance_status.

Returns:



805
806
807
# File 'sig/types.rbs', line 805

def available_security_updates_compliance_status
  @available_security_updates_compliance_status
end

#client_token::String

Returns the value of attribute client_token.

Returns:



806
807
808
# File 'sig/types.rbs', line 806

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:



803
804
805
# File 'sig/types.rbs', line 803

def description
  @description
end

#global_filtersTypes::PatchFilterGroup

Returns the value of attribute global_filters.

Returns:



796
797
798
# File 'sig/types.rbs', line 796

def global_filters
  @global_filters
end

#name::String

Returns the value of attribute name.

Returns:



795
796
797
# File 'sig/types.rbs', line 795

def name
  @name
end

#operating_system"WINDOWS", ...

Returns the value of attribute operating_system.

Returns:



794
795
796
# File 'sig/types.rbs', line 794

def operating_system
  @operating_system
end

#rejected_patches::Array[::String]

Returns the value of attribute rejected_patches.

Returns:



801
802
803
# File 'sig/types.rbs', line 801

def rejected_patches
  @rejected_patches
end

#rejected_patches_action"ALLOW_AS_DEPENDENCY", "BLOCK"

Returns the value of attribute rejected_patches_action.

Returns:



802
803
804
# File 'sig/types.rbs', line 802

def rejected_patches_action
  @rejected_patches_action
end

#sources::Array[Types::PatchSource]

Returns the value of attribute sources.

Returns:



804
805
806
# File 'sig/types.rbs', line 804

def sources
  @sources
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



807
808
809
# File 'sig/types.rbs', line 807

def tags
  @tags
end