Class: Aws::Types::ControlSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aliases::Array[::String]

Returns the value of attribute aliases.

Returns:

  • (::Array[::String])


77
78
79
# File 'sig/types.rbs', line 77

def aliases
  @aliases
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


76
77
78
# File 'sig/types.rbs', line 76

def arn
  @arn
end

#behavior"PREVENTIVE", ...

Returns the value of attribute behavior.

Returns:

  • ("PREVENTIVE", "PROACTIVE", "DETECTIVE")


80
81
82
# File 'sig/types.rbs', line 80

def behavior
  @behavior
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


84
85
86
# File 'sig/types.rbs', line 84

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


79
80
81
# File 'sig/types.rbs', line 79

def description
  @description
end

#governed_providers::Array[::String]

Returns the value of attribute governed_providers.

Returns:

  • (::Array[::String])


86
87
88
# File 'sig/types.rbs', line 86

def governed_providers
  @governed_providers
end

#governed_resources::Array[::String]

Returns the value of attribute governed_resources.

Returns:

  • (::Array[::String])


85
86
87
# File 'sig/types.rbs', line 85

def governed_resources
  @governed_resources
end

#implementationTypes::ImplementationSummary

Returns the value of attribute implementation.



83
84
85
# File 'sig/types.rbs', line 83

def implementation
  @implementation
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


78
79
80
# File 'sig/types.rbs', line 78

def name
  @name
end

#parameter_requirement_summary"REQUIRED", ...

Returns the value of attribute parameter_requirement_summary.

Returns:

  • ("REQUIRED", "OPTIONAL", "NONE")


82
83
84
# File 'sig/types.rbs', line 82

def parameter_requirement_summary
  @parameter_requirement_summary
end

#severity"LOW", ...

Returns the value of attribute severity.

Returns:

  • ("LOW", "MEDIUM", "HIGH", "CRITICAL")


81
82
83
# File 'sig/types.rbs', line 81

def severity
  @severity
end