Class: Aws::Types::UpdateRuleInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6816
6817
6818
# File 'sig/types.rbs', line 6816

def description
  @description
end

#detailTypes::RuleDetail

Returns the value of attribute detail.

Returns:



6818
6819
6820
# File 'sig/types.rbs', line 6818

def detail
  @detail
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


6813
6814
6815
# File 'sig/types.rbs', line 6813

def domain_identifier
  @domain_identifier
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


6814
6815
6816
# File 'sig/types.rbs', line 6814

def identifier
  @identifier
end

#include_child_domain_unitsBoolean

Returns the value of attribute include_child_domain_units.

Returns:

  • (Boolean)


6819
6820
6821
# File 'sig/types.rbs', line 6819

def include_child_domain_units
  @include_child_domain_units
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6815
6816
6817
# File 'sig/types.rbs', line 6815

def name
  @name
end

#scopeTypes::RuleScope

Returns the value of attribute scope.

Returns:



6817
6818
6819
# File 'sig/types.rbs', line 6817

def scope
  @scope
end