Class: Aws::Types::DescribeOrganizationConfigRuleStatusesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


852
853
854
# File 'sig/types.rbs', line 852

def limit
  @limit
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


853
854
855
# File 'sig/types.rbs', line 853

def next_token
  @next_token
end

#organization_config_rule_names::Array[::String]

Returns the value of attribute organization_config_rule_names.

Returns:

  • (::Array[::String])


851
852
853
# File 'sig/types.rbs', line 851

def organization_config_rule_names
  @organization_config_rule_names
end