Class: Aws::Types::DescribeOrganizationConfigRulesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


872
873
874
# File 'sig/types.rbs', line 872

def next_token
  @next_token
end

#organization_config_rules::Array[Types::OrganizationConfigRule]

Returns the value of attribute organization_config_rules.

Returns:



871
872
873
# File 'sig/types.rbs', line 871

def organization_config_rules
  @organization_config_rules
end