Class: Aws::Types::DescribeOrganizationConfigRulesRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#limit::Integer

Returns the value of attribute limit.



865
866
867
# File 'sig/types.rbs', line 865

def limit
  @limit
end

#next_token::String

Returns the value of attribute next_token.



866
867
868
# File 'sig/types.rbs', line 866

def next_token
  @next_token
end

#organization_config_rule_names::Array[::String]

Returns the value of attribute organization_config_rule_names.



864
865
866
# File 'sig/types.rbs', line 864

def organization_config_rule_names
  @organization_config_rule_names
end