Class: Aws::Types::DescribeConfigRulesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#config_rule_names::Array[::String]

Returns the value of attribute config_rule_names.

Returns:

  • (::Array[::String])


726
727
728
# File 'sig/types.rbs', line 726

def config_rule_names
  @config_rule_names
end

#filtersTypes::DescribeConfigRulesFilters

Returns the value of attribute filters.



727
728
729
# File 'sig/types.rbs', line 727

def filters
  @filters
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


728
729
730
# File 'sig/types.rbs', line 728

def next_token
  @next_token
end