Class: Aws::Types::GetControlResponse

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])


117
118
119
# File 'sig/types.rbs', line 117

def aliases
  @aliases
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


116
117
118
# File 'sig/types.rbs', line 116

def arn
  @arn
end

#behavior"PREVENTIVE", ...

Returns the value of attribute behavior.

Returns:

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


120
121
122
# File 'sig/types.rbs', line 120

def behavior
  @behavior
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


126
127
128
# File 'sig/types.rbs', line 126

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


119
120
121
# File 'sig/types.rbs', line 119

def description
  @description
end

#governed_providers::Array[::String]

Returns the value of attribute governed_providers.

Returns:

  • (::Array[::String])


128
129
130
# File 'sig/types.rbs', line 128

def governed_providers
  @governed_providers
end

#governed_resources::Array[::String]

Returns the value of attribute governed_resources.

Returns:

  • (::Array[::String])


127
128
129
# File 'sig/types.rbs', line 127

def governed_resources
  @governed_resources
end

#implementationTypes::ImplementationDetails

Returns the value of attribute implementation.



123
124
125
# File 'sig/types.rbs', line 123

def implementation
  @implementation
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


118
119
120
# File 'sig/types.rbs', line 118

def name
  @name
end

#parameter_requirement_summary"REQUIRED", ...

Returns the value of attribute parameter_requirement_summary.

Returns:

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


124
125
126
# File 'sig/types.rbs', line 124

def parameter_requirement_summary
  @parameter_requirement_summary
end

#parameters::Array[Types::ControlParameter]

Returns the value of attribute parameters.

Returns:



125
126
127
# File 'sig/types.rbs', line 125

def parameters
  @parameters
end

#region_configurationTypes::RegionConfiguration

Returns the value of attribute region_configuration.



122
123
124
# File 'sig/types.rbs', line 122

def region_configuration
  @region_configuration
end

#severity"LOW", ...

Returns the value of attribute severity.

Returns:

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


121
122
123
# File 'sig/types.rbs', line 121

def severity
  @severity
end