Class: Aws::Types::DescribeConfigRulesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#config_rules::Array[Types::ConfigRule]

Returns the value of attribute config_rules.

Returns:



733
734
735
# File 'sig/types.rbs', line 733

def config_rules
  @config_rules
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


734
735
736
# File 'sig/types.rbs', line 734

def next_token
  @next_token
end