Class: Aws::Types::DescribeRemediationExceptionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#config_rule_name::String

Returns the value of attribute config_rule_name.

Returns:

  • (::String)


925
926
927
# File 'sig/types.rbs', line 925

def config_rule_name
  @config_rule_name
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


927
928
929
# File 'sig/types.rbs', line 927

def limit
  @limit
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


928
929
930
# File 'sig/types.rbs', line 928

def next_token
  @next_token
end

#resource_keys::Array[Types::RemediationExceptionResourceKey]

Returns the value of attribute resource_keys.



926
927
928
# File 'sig/types.rbs', line 926

def resource_keys
  @resource_keys
end