Class: Aws::Types::DescribeRemediationExecutionStatusRequest

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:



939
940
941
# File 'sig/types.rbs', line 939

def config_rule_name
  @config_rule_name
end

#limit::Integer

Returns the value of attribute limit.

Returns:



941
942
943
# File 'sig/types.rbs', line 941

def limit
  @limit
end

#next_token::String

Returns the value of attribute next_token.

Returns:



942
943
944
# File 'sig/types.rbs', line 942

def next_token
  @next_token
end

#resource_keys::Array[Types::ResourceKey]

Returns the value of attribute resource_keys.

Returns:



940
941
942
# File 'sig/types.rbs', line 940

def resource_keys
  @resource_keys
end