Class: Aws::Types::GetOrganizationConfigRuleDetailedStatusRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filtersTypes::StatusDetailFilters

Returns the value of attribute filters.



1252
1253
1254
# File 'sig/types.rbs', line 1252

def filters
  @filters
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


1253
1254
1255
# File 'sig/types.rbs', line 1253

def limit
  @limit
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1254
1255
1256
# File 'sig/types.rbs', line 1254

def next_token
  @next_token
end

#organization_config_rule_name::String

Returns the value of attribute organization_config_rule_name.

Returns:

  • (::String)


1251
1252
1253
# File 'sig/types.rbs', line 1251

def organization_config_rule_name
  @organization_config_rule_name
end